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

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
seam_finders.hpp 96 virtual void findInPair(size_t first, size_t second, Rect roi) = 0;
114 void findInPair(size_t first, size_t second, Rect roi);
265 void findInPair(size_t first, size_t second, Rect roi);
  /external/opencv3/modules/stitching/src/
seam_finders.cpp 80 findInPair(i, j, roi);
111 void VoronoiSeamFinder::findInPair(size_t first, size_t second, Rect roi)
    [all...]

Completed in 111 milliseconds