OpenCV
4.10.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 |
This namespace contains G-API OpenCL backend functions, structures, and symbols. | |
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> |