![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
テンプレートマッチングの成功を表す。続き...
#include <opencv2/rgbd/linemod.hpp>
公開メンバ関数 | |
| Match () | |
| 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 |
公開変数類 | |
| String | class_id |
| float | similarity |
| int | template_id |
| int | x |
| int | y |
テンプレートマッチングの成功を表す。
|
inline |
|
inline |
類似度の高いマッチを前方に並べ替える。
|
inline |
| String cv::linemod::Match::class_id |
| float cv::linemod::Match::similarity |
| int cv::linemod::Match::template_id |
| int cv::linemod::Match::x |
| int cv::linemod::Match::y |