![]() |
OpenCV
4.5.1
Open Source Computer Vision
|
#include <opencv2/gapi/cpu/gcpukernel.hpp>
Public Types | |
| using | Impl = std::function< void(GCPUContext &)> |
| using | Meta = cv::GKernel::M |
Public Member Functions | |
| GOCVFunctor (const char *id, const Meta &meta, const Impl &impl) | |
| gapi::GBackend | backend () const override |
| GKernelImpl | impl () const override |
Public Member Functions inherited from cv::gapi::GFunctor | |
| virtual | ~GFunctor ()=default |
| const char * | id () const |
Additional Inherited Members | |
Protected Member Functions inherited from cv::gapi::GFunctor | |
| GFunctor (const char *id) | |
| using cv::gapi::cpu::GOCVFunctor::Impl = std::function<void(GCPUContext &)> |
|
inline |
|
inlineoverridevirtual |
Implements cv::gapi::GFunctor.
|
inlineoverridevirtual |
Implements cv::gapi::GFunctor.
1.8.13