HomeSort by relevance Sort by last modified time
    Searched refs:ClosePoints (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
seam_finders.hpp 163 class ClosePoints
166 ClosePoints(int minDist) : minDist_(minDist) {}
  /external/opencv3/modules/stitching/src/
seam_finders.cpp 615 cv::partition(specialPoints, labels, ClosePoints(10));
    [all...]

Completed in 457 milliseconds