Struct cv::linemod::QuantizedPyramid::Candidate#

Candidate feature with a score.

Collaboration diagram for cv::linemod::QuantizedPyramid::Candidate:

cv::linemod::QuantizedPyramid::Candidate Node1 cv::linemod::QuantizedPyramid ::Candidate   + Candidate() + operator<() Node2 cv::linemod::Feature   + Feature() + Feature() + read() + write() Node2->Node1 +f Node3 int     Node3->Node2 +label +x +y Node4 float     Node4->Node1 +score

cv::linemod::QuantizedPyramid::Candidate Node1 cv::linemod::QuantizedPyramid ::Candidate   + Candidate() + operator<() Node2 cv::linemod::Feature   + Feature() + Feature() + read() + write() Node2->Node1 +f Node3 int     Node3->Node2 +label +x +y Node4 float     Node4->Node1 +score

Detailed Description#

Candidate feature with a score.

Member Function Documentation#

operator<()#

bool cv::linemod::QuantizedPyramid::Candidate::operator<(const Candidate & rhs)

Sort candidates with high score to the front.

Member Data Documentation#

f#

Feature cv::linemod::QuantizedPyramid::Candidate::f

score#

float cv::linemod::QuantizedPyramid::Candidate::score

Source file#

The documentation for this struct was generated from the following file: