OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::linemod::QuantizedPyramid::Candidate 結構體參考

帶有分數的候選特徵。 更多...

#include <opencv2/rgbd/linemod.hpp>

cv::linemod::QuantizedPyramid::Candidate 的協作圖

公共成員函式

 Candidate (int x, int y, int label, float score)
 
bool operator< (const Candidate &rhs) const
 將高分候選者排序到前面。
 

公共屬性

Feature ◆ hashtableResize()
 
float score
 

詳細描述

成員函式文件

◆ operator<()

bool cv::linemod::QuantizedPyramid::Candidate::operator< ( const Candidate & rhs) const
inline

將高分候選者排序到前面。

成員資料文件

◆ f

Feature cv::linemod::QuantizedPyramid::Candidate::f

◆ score

float cv::linemod::QuantizedPyramid::Candidate::score

此結構體的文件由以下檔案生成