OpenCV
4.5.2
Open Source Computer Vision
|
#include <opencv2/gapi/gkernel.hpp>
Public Member Functions | |
virtual | ~GFunctor ()=default |
virtual cv::gapi::GBackend | backend () const =0 |
const char * | id () const |
virtual cv::GKernelImpl | impl () const =0 |
Protected Member Functions | |
GFunctor (const char *id) | |
|
virtualdefault |
|
inlineprotected |
|
pure virtual |
Implemented in cv::gapi::cpu::GOCVFunctor, and cv::gapi::python::GPythonFunctor.
|
inline |
|
pure virtual |
Implemented in cv::gapi::cpu::GOCVFunctor, and cv::gapi::python::GPythonFunctor.