Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dseam_finders.hpp200 bool estimateSeam(
/external/opencv3/modules/stitching/src/
Dseam_finders.cpp450 if (estimateSeam(image1, image2, tl1, tl2, c1, p1, p2, seam, isHorizontalSeam)) in resolveConflicts()
790 bool DpSeamFinder::estimateSeam( in estimateSeam() function in cv::detail::DpSeamFinder