OpenCV  2.4.13.2
Open Source Computer Vision
cv::linemod::QuantizedPyramid::Candidate Struct Reference

Candidate feature with a score. More...

#include <objdetect.hpp>

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. More...
 

Public Attributes

Feature f
 
float score
 

Detailed Description

Candidate feature with a score.

Constructor & Destructor Documentation

§ Candidate()

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

Member Function Documentation

§ operator<()

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

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

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