OpenCV 4.5.3(日本語機械翻訳)
公開メンバ関数 | 公開変数類 | 全メンバ一覧
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
類似度の高いものを前に並べる
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

詳解

テンプレートマッチの成功を表します。


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