Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dseam_finders.hpp194 bool getSeamTips(int comp1, int comp2, Point &p1, Point &p2);
/external/opencv3/modules/stitching/src/
Dseam_finders.cpp445 if (getSeamTips(c1, c2, p1, p2)) in resolveConflicts()
584 bool DpSeamFinder::getSeamTips(int comp1, int comp2, Point &p1, Point &p2) in getSeamTips() function in cv::detail::DpSeamFinder