Loading...
Searching...
No Matches
gcompoundkernel.hpp File Reference
#include <opencv2/gapi/opencv_includes.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::compound |
Macros | |
#define | GAPI_COMPOUND_KERNEL(Name, API) struct Name: public cv::detail::GCompoundKernelImpl<Name, API> |
Functions | |
cv::gapi::GBackend | cv::gapi::compound::backend () |
Macro Definition Documentation
◆ GAPI_COMPOUND_KERNEL
#define GAPI_COMPOUND_KERNEL | ( | Name, | |
API | |||
) | struct Name: public cv::detail::GCompoundKernelImpl<Name, API> |
Declares a new compound kernel. See this documentation chapter on compound kernels for more details.
- Parameters
-
Name type name for new kernel API the interface this kernel implements