Home
last modified time | relevance | path

Searched defs:DisjointSets (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dutil.hpp105 class CV_EXPORTS DisjointSets class
108 DisjointSets(int elem_count = 0) { createOneElemSets(elem_count); } in DisjointSets() function in cv::detail::DisjointSets