OpenCV  4.5.2
Open Source Computer Vision
Public Types | Public Member Functions | List of all members
cv::gapi::python::GPythonFunctor Class Reference

#include <opencv2/gapi/python/python.hpp>

Inheritance diagram for cv::gapi::python::GPythonFunctor:
cv::gapi::GFunctor

Public Types

using Meta = cv::GKernel::M
 

Public Member Functions

 GPythonFunctor (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

◆ Meta

Constructor & Destructor Documentation

◆ GPythonFunctor()

cv::gapi::python::GPythonFunctor::GPythonFunctor ( const char *  id,
const Meta meta,
const Impl impl 
)

Member Function Documentation

◆ backend()

gapi::GBackend cv::gapi::python::GPythonFunctor::backend ( ) const
overridevirtual

Implements cv::gapi::GFunctor.

◆ impl()

GKernelImpl cv::gapi::python::GPythonFunctor::impl ( ) const
overridevirtual

Implements cv::gapi::GFunctor.


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