OpenCV  4.10.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
 

成员类型定义文档

◆ 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

该结构体的文档从以下文件生成