OpenCV
5.0.0alpha
Open Source Computer Vision
|
#include <opencv2/gapi/opencv_includes.hpp>
#include <opencv2/gapi/gcommon.hpp>
#include <opencv2/gapi/gkernel.hpp>
#include <opencv2/gapi/garg.hpp>
Namespaces | |
namespace | cv |
namespace | cv::detail |
namespace | cv::gapi |
namespace | cv::gapi::compound |
Macros | |
#define | GAPI_COMPOUND_KERNEL(Name, API) |
Functions | |
cv::gapi::GBackend | cv::gapi::compound::backend () |
#define GAPI_COMPOUND_KERNEL | ( | Name, | |
API ) |
Declares a new compound kernel. See this documentation chapter on compound kernels for more details.
Name | type name for new kernel |
API | the interface this kernel implements |