OpenCV  4.5.1
Open Source Computer Vision
Public Types | Public Member Functions | List of all members
cv::gapi::cpu::GOCVFunctor Class Reference

#include <opencv2/gapi/cpu/gcpukernel.hpp>

Inheritance diagram for cv::gapi::cpu::GOCVFunctor:
cv::gapi::GFunctor

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)
 

Member Typedef Documentation

◆ Impl

using cv::gapi::cpu::GOCVFunctor::Impl = std::function<void(GCPUContext &)>

◆ Meta

Constructor & Destructor Documentation

◆ GOCVFunctor()

cv::gapi::cpu::GOCVFunctor::GOCVFunctor ( const char *  id,
const Meta meta,
const Impl impl 
)
inline

Member Function Documentation

◆ backend()

gapi::GBackend cv::gapi::cpu::GOCVFunctor::backend ( ) const
inlineoverridevirtual

Implements cv::gapi::GFunctor.

◆ impl()

GKernelImpl cv::gapi::cpu::GOCVFunctor::impl ( ) const
inlineoverridevirtual

Implements cv::gapi::GFunctor.


The documentation for this class was generated from the following file: