Public Member Functions | Public Attributes
cv::linemod::QuantizedPyramid::Candidate Struct Reference

Candidate feature with a score. More...

#include <objdetect.hpp>

List of all members.

Public Member Functions

 Candidate (int x, int y, int label, float score)
bool operator< (const Candidate &rhs) const
 Sort candidates with high score to the front.

Public Attributes

Feature f
float score

Detailed Description

Candidate feature with a score.


Constructor & Destructor Documentation

cv::linemod::QuantizedPyramid::Candidate::Candidate ( int  x,
int  y,
int  label,
float  score 
)

Member Function Documentation

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

Sort candidates with high score to the front.


Member Data Documentation


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