OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::linemod::QuantizedPyramid::Candidate 構造体

スコア付きの候補特徴 Candidate続き...

#include <opencv2/rgbd/linemod.hpp>

Collaboration diagram for cv::linemod::QuantizedPyramid::Candidate:

公開メンバ関数

 Candidate (int x, int y, int label, float score)
 
bool operator< (const Candidate &rhs) const
 スコアの高い候補を先頭にソートする。
 

公開変数類

Feature f
 
float score
 

詳細説明

スコア付きの候補特徴 Candidate

メンバ関数詳解

◆ 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

この構造体詳解は次のファイルから抽出されました: