Home
last modified time | relevance | path

Searched refs:ClosePoints (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dseam_finders.hpp163 class ClosePoints class in cv::detail::DpSeamFinder
166 ClosePoints(int minDist) : minDist_(minDist) {} in ClosePoints() function in cv::detail::DpSeamFinder::ClosePoints
/external/opencv3/modules/stitching/src/
Dseam_finders.cpp615 cv::partition(specialPoints, labels, ClosePoints(10)); in getSeamTips()