OpenCV
3.2.0
Open Source Computer Vision
|
Candidate feature with a score. More...
#include "linemod.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.
bool cv::linemod::QuantizedPyramid::Candidate::operator< | ( | const Candidate & | rhs | ) | const |
Sort candidates with high score to the front.
Feature cv::linemod::QuantizedPyramid::Candidate::f |
float cv::linemod::QuantizedPyramid::Candidate::score |