OpenCV453
公開メンバ関数 | 公開変数類 | 全メンバ一覧
cv::linemod::Match 構造体

Represents a successful template match. [詳解]

#include <linemod.hpp>

公開メンバ関数

CV_WRAP Match (int x, int y, float similarity, const String &class_id, int template_id)
 
bool operator< (const Match &rhs) const
 Sort matches with high similarity to the front
 
bool operator== (const Match &rhs) const
 

公開変数類

CV_PROP_RW int x
 
CV_PROP_RW int y
 
CV_PROP_RW float similarity
 
CV_PROP_RW String class_id
 
CV_PROP_RW int template_id
 

詳解

Represents a successful template match.


この構造体詳解は次のファイルから抽出されました: