Struct cv::linemod::Match#

Represents a successful template match.

Collaboration diagram for cv::linemod::Match:

cv::linemod::Match Node1 cv::linemod::Match   + Match() + Match() + operator<() + operator==() Node2 int     Node2->Node1 +template_id +x +y Node3 float     Node3->Node1 +similarity Node4 std::string     Node4->Node1 +class_id Node5 std::basic_string< Char >     Node5->Node4

cv::linemod::Match Node1 cv::linemod::Match   + Match() + Match() + operator<() + operator==() Node2 int     Node2->Node1 +template_id +x +y Node3 float     Node3->Node1 +similarity Node4 std::string     Node4->Node1 +class_id Node5 std::basic_string< Char >     Node5->Node4

Detailed Description#

Represents a successful template match.

Constructor & Destructor Documentation#

Match()#

cv::linemod::Match::Match()

Member Function Documentation#

operator<()#

bool cv::linemod::Match::operator<(const Match & rhs)

Sort matches with high similarity to the front.

operator==()#

bool cv::linemod::Match::operator==(const Match & rhs)

Member Data Documentation#

class_id#

String cv::linemod::Match::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: