Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/src/
Dseam_finders.cpp150 Mat seam = dist1 < dist2; in findInPair() local
447 std::vector<Point> seam; in resolveConflicts() local
792 Point p1, Point p2, std::vector<Point> &seam, bool &isHorizontal) in estimateSeam()
934 int comp1, int comp2, const std::vector<Point> &seam, bool isHorizontalSeam) in updateLabelsUsingSeam()