OpenCV
4.0.0
Open Source Computer Vision
|
#include <functional>
#include <unordered_map>
#include <utility>
#include <vector>
#include <opencv2/core/mat.hpp>
#include <opencv2/gapi/gcommon.hpp>
#include <opencv2/gapi/gkernel.hpp>
#include <opencv2/gapi/garg.hpp>
#include <opencv2/gapi/own/convert.hpp>
#include <opencv2/gapi/util/compiler_hints.hpp>
Namespaces | |
cv | |
"black box" representation of the file storage associated with a file on disk. | |
cv::detail | |
cv::gapi | |
cv::gapi::cpu | |
cv::gimpl | |
Macros | |
#define | GAPI_OCV_KERNEL(Name, API) struct Name: public cv::GCPUKernelImpl<Name, API> |
Functions | |
cv::gapi::GBackend | cv::gapi::cpu::backend () |
Get a reference to CPU (OpenCV) backend. More... | |
template<typename... Outputs> | |
void | cv::detail::postprocess (Outputs &... outs) |
#define GAPI_OCV_KERNEL | ( | Name, | |
API | |||
) | struct Name: public cv::GCPUKernelImpl<Name, API> |