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

此結構體的文件由以下檔案生成