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

#include <opencv2/stitching/detail/util.hpp>

Collaboration diagram for cv::detail::DisjointSets:

公開メンバ関数

 DisjointSets (int elem_count=0)
 
void createOneElemSets (int elem_count)
 
int findSetByElem (int elem)
 
int mergeSets (int set1, int set2)
 

公開変数類

std::vector< int > parent
 
std::vector< int > size
 

構築子と解体子の詳解

◆ DisjointSets()

cv::detail::DisjointSets::DisjointSets ( int elem_count = 0)
inline

メンバ関数詳解

◆ createOneElemSets()

void cv::detail::DisjointSets::createOneElemSets ( int elem_count)

◆ findSetByElem()

int cv::detail::DisjointSets::findSetByElem ( int elem)

◆ mergeSets()

int cv::detail::DisjointSets::mergeSets ( int set1,
int set2 )

メンバ変数詳解

◆ parent

std::vector<int> cv::detail::DisjointSets::parent

◆ size

std::vector<int> cv::detail::DisjointSets::size

このクラス詳解は次のファイルから抽出されました: