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. | |
Public Attributes | |
| Feature | f |
| float | score |
Candidate feature with a score.
| cv::linemod::QuantizedPyramid::Candidate::Candidate | ( | int | x, |
| int | y, | ||
| int | label, | ||
| float | score | ||
| ) |
| bool cv::linemod::QuantizedPyramid::Candidate::operator< | ( | const Candidate & | rhs | ) | const |
Sort candidates with high score to the front.