OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
cv::gapi::onnx 命名空间参考

此命名空间包含 G-API ONNX Runtime 后端函数、结构和符号。 更多…

命名空间

命名空间  detail
 
命名空间  ep
 此命名空间包含 G-API ONNX Runtime 后端的执行提供程序结构。
 

类  Params
 
类  Params< cv::gapi::Generic >
 
结构体  PortCfg
 
类  PyParams
 

类型定义

使用 PostProc
 

枚举

枚举类  TraitAs : int {
  TENSOR ,
  IMAGE
}
 

函数

cv::gapi::GBackend backend ()
 
PyParams params (const std::string &tag, const std::string &model_path)
 

详细描述

此命名空间包含 G-API ONNX Runtime 后端函数、结构和符号。

类型定义文档

◆ PostProc

初始值
std::function<void(const std::unordered_map<std::string, cv::Mat> &,
std::unordered_map<std::string, cv::Mat> &)>

枚举类型文档

◆ TraitAs

枚举类 cv::gapi::onnx::TraitAs : int
强类型
枚举器
TENSOR 

G-API 将关联的 cv::Mat 作为原始张量。

IMAGE 

G-API 将关联的 cv::Mat 作为图像。

函数文档

◆ backend()

cv::gapi::GBackend cv::gapi::onnx::backend ( )

◆ params()

PyParams cv::gapi::onnx::params ( const std::string & tag,
const std::string & model_path )
Python
cv.gapi.onnx.params(tag, model_path) -> 返回值