| OpenCV 4.5.3(日本語機械翻訳)
 | 
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 | 
テンプレートマッチの成功を表します。