![]() |
OpenCV
4.1.0
Open Source Computer Vision
|
#include <vector>#include <functional>#include <map>#include <unordered_map>#include <opencv2/core/mat.hpp>#include <opencv2/gapi/gcommon.hpp>#include <opencv2/gapi/gkernel.hpp>#include <opencv2/gapi/garg.hpp>Namespaces | |
| namespace | cv |
| "black box" representation of the file storage associated with a file on disk. | |
| namespace | cv::detail |
| namespace | cv::gapi |
| namespace | cv::gapi::ocl |
| namespace | cv::gimpl |
Macros | |
| #define | GAPI_OCL_KERNEL(Name, API) struct Name: public cv::GOCLKernelImpl<Name, API> |
Functions | |
| cv::gapi::GBackend | cv::gapi::ocl::backend () |
| Get a reference to OCL backend. | |
| template<typename... Outputs> | |
| void | cv::detail::postprocess_ocl (Outputs &...outs) |
| #define GAPI_OCL_KERNEL | ( | Name, | |
| API | |||
| ) | struct Name: public cv::GOCLKernelImpl<Name, API> |
1.8.3