OpenCV
4.8.0
Open Source Computer Vision
|
This namespace contains G-API Python backend functions, structures, and symbols. More...
Classes | |
struct | GPythonContext |
class | GPythonFunctor |
class | GPythonKernel |
Typedefs | |
using | Impl = std::function< cv::GRunArgs(const GPythonContext &)> |
using | Setup = std::function< cv::GArg(const GMetaArgs &, const GArgs &)> |
Functions | |
cv::gapi::GBackend | backend () |
This namespace contains G-API Python backend functions, structures, and symbols.
This functionality is required to enable G-API custom operations and kernels when using G-API from Python, no need to use it in the C++ form.
using cv::gapi::python::Impl = typedef std::function<cv::GRunArgs(const GPythonContext&)> |
using cv::gapi::python::Setup = typedef std::function<cv::GArg(const GMetaArgs&, const GArgs&)> |
cv::gapi::GBackend cv::gapi::python::backend | ( | ) |