Class cv::detail::DisjointSets#
#include <opencv2/stitching/detail/util.hpp>Collaboration diagram for cv::detail::DisjointSets:
Constructor & Destructor Documentation#
DisjointSets()#
cv::detail::DisjointSets::DisjointSets(int elem_count = 0)
Member Function Documentation#
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 )
Member Data Documentation#
parent#
std::vector< int > cv::detail::DisjointSets::parent
size#
std::vector< int > cv::detail::DisjointSets::size
rank_#
std::vector< int > cv::detail::DisjointSets::rank_
Source file#
The documentation for this class was generated from the following file:
opencv2/stitching/detail/util.hpp