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

クラス

struct  CvType
 
struct  CvType< char >
 
struct  CvType< double >
 
struct  CvType< float >
 
struct  CvType< int >
 
struct  CvType< short >
 
struct  CvType< unsigned char >
 
struct  CvType< unsigned short >
 
class  GenericIndex
 FLANN による最近傍探索インデックスクラス。このクラスは、インデックスを構築する対象の要素の型でテンプレート化されている。 続き...
 

関数

template<typename Distance >
int hierarchicalClustering (const Mat &features, Mat &centers, const ::cvflann::KMeansIndexParams &params, Distance d=Distance())
 階層的 k-means アルゴリズムを用いて特徴をクラスタリングする。