Struct cv::linemod::Match#
Represents a successful template match.
#include <opencv2/rgbd/linemod.hpp>Collaboration diagram for cv::linemod::Match:
Detailed Description#
Represents a successful template match.
Constructor & Destructor Documentation#
Match()#
Member Function Documentation#
operator<()#
bool cv::linemod::Match::operator<(const Match & rhs)
Sort matches with high similarity to the front.
operator==()#
Member Data Documentation#
class_id#
similarity#
float cv::linemod::Match::similarity
template_id#
int cv::linemod::Match::template_id
x#
int cv::linemod::Match::x
y#
int cv::linemod::Match::y
Source file#
The documentation for this struct was generated from the following file:
opencv2/rgbd/linemod.hpp