OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::gapi::python 名稱空間參考

此名稱空間包含 G-API Python 後端函式、結構和符號。更多...

結構體  GPythonContext
 
類  GPythonFunctor
 
類  GPythonKernel
 

型別定義

using Impl = std::function<cv::GRunArgs(const GPythonContext&)>
 
using Setup = std::function<cv::GArg(const GMetaArgs&, const GArgs&)>
 

函式

cv::gapi::GBackend backend ()
 

詳細描述

此名稱空間包含 G-API Python 後端函式、結構和符號。

當從 Python 使用 G-API 時,此功能是啟用 G-API 自定義操作和核心所必需的,無需以 C++ 形式使用它。

型別定義文件

◆ Impl

using cv::gapi::python::Impl = std::function<cv::GRunArgs(const GPythonContext&)>

◆ Setup

using cv::gapi::python::Setup = std::function<cv::GArg(const GMetaArgs&, const GArgs&)>

函式文件

◆ backend()

cv::gapi::GBackend cv::gapi::python::backend ( )