Loading...
Searching...
No Matches
cv::linemod::QuantizedPyramid::Candidate Struct Reference
Candidate feature with a score. More...
#include <opencv2/rgbd/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. | |
Public Attributes | |
| Feature | f |
| float | score |
Detailed Description
Candidate feature with a score.
Member Function Documentation
◆ operator<()
|
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:
- opencv2/rgbd/linemod.hpp
1.9.6