OpenCV
4.0.0
Open Source Computer Vision
|
Represents a successful template match. More...
#include "linemod.hpp"
Public Member Functions | |
Match () | |
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. More... | |
bool | operator== (const Match &rhs) const |
Public Attributes | |
String | class_id |
float | similarity |
int | template_id |
int | x |
int | y |
Represents a successful template match.
|
inline |
|
inline |
Sort matches with high similarity to the front.
|
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 |