Represents a successful template match. More...
#include <objdetect.hpp>
Public Member Functions | |
Match () | |
Match (int x, int y, float similarity, const std::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 | |
int | x |
int | y |
float | similarity |
std::string | class_id |
int | template_id |
Represents a successful template match.
|
inline |
|
inline |
|
inline |
Sort matches with high similarity to the front.
|
inline |
std::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 |