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 |
Candidate feature with a score.
|
inline |
Sort candidates with high score to the front.
Feature cv::linemod::QuantizedPyramid::Candidate::f |
float cv::linemod::QuantizedPyramid::Candidate::score |