🤖
AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文) を参照してください。
#include <opencv2/stitching/detail/util.hpp>
◆ 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 |
このクラス詳解は次のファイルから抽出されました: