OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项
cv::GTransform 结构体参考

#include <opencv2/gapi/gtransform.hpp>

cv::GTransform 的协作图

公共类型

using F = std::function<GComputation()>
 

公共成员函数

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

公共属性

std::string description
 
F pattern
 
F substitute
 

成员 Typedef 文档

◆ F

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

构造函数 & 析构函数文档

◆ GTransform()

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

成员数据文档

◆ description

std::string cv::GTransform::description

◆ pattern

F cv::GTransform::pattern

◆ substitute

F cv::GTransform::substitute

此结构体的文档由以下文件生成