![]() |
OpenCV 4.12.0
開源計算機視覺
|
表示成功的模板匹配。 更多...
#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 |