OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
未找到匹配项
cv::GTransform 结构体参考

#include <opencv2/gapi/gtransform.hpp>

cv::GTransform 的协作图

公共类型

使用 F = std::function<GComputation()>
 

公共成员函数

 GTransform (const std::string &d, const F &p, const F &s)
 

公共属性

std::string description
 
F pattern
 
F substitute
 

成员类型定义文档

◆ F

使用 cv::GTransform::F = std::function<GComputation()>

构造函数和析构函数文档

◆ GTransform()

cv::GTransform::GTransform ( const std::string & d,
const F & p,
const F & s )
内联

成员数据文档

◆ description

std::string cv::GTransform::description

◆ pattern

F cv::GTransform::pattern

◆ substitute

F cv::GTransform::substitute

此结构体的文档是从以下文件生成的: