OpenCV 4.10.0
开源计算机视觉
|
#include <opencv2/rgbd/linemod.hpp>
公共成员函数 | |
Candidate (int x, int y, int label, float score) | |
bool | operator< (const Candidate &rhs) const |
将高分数的候选者排序到前面。 | |
公共属性 | |
Feature | f |
float | score |
Candidate 带分数的候选特征。
|
inline |
将高分数的候选者排序到前面。
Feature cv::linemod::QuantizedPyramid::Candidate::f |
float cv::linemod::QuantizedPyramid::Candidate::score |