Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dseam_finders.hpp205 int comp1, int comp2, const std::vector<Point> &seam, bool isHorizontalSeam);
/external/opencv3/modules/stitching/src/
Dseam_finders.cpp448 bool isHorizontalSeam; in resolveConflicts() local
450 if (estimateSeam(image1, image2, tl1, tl2, c1, p1, p2, seam, isHorizontalSeam)) in resolveConflicts()
451 updateLabelsUsingSeam(c1, c2, seam, isHorizontalSeam); in resolveConflicts()
934 int comp1, int comp2, const std::vector<Point> &seam, bool isHorizontalSeam) in updateLabelsUsingSeam() argument
982 if (isHorizontalSeam) in updateLabelsUsingSeam()