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

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
seam_finders.hpp 218 int ncomps_; member in class:cv::detail::DpSeamFinder
  /external/opencv3/modules/stitching/src/
seam_finders.cpp 270 ncomps_ = 0;
305 floodFill(labels_, Point(x, y), ++ncomps_);
338 for (int ci = 0; ci < ncomps_-1; ++ci)
340 for (int cj = ci+1; cj < ncomps_; ++cj)
347 for (int ci = 0; ci < ncomps_; ++ci)
383 for (int ci = 0; ci < ncomps_-1; ++ci)
385 for (int cj = ci+1; cj < ncomps_; ++cj)
    [all...]

Completed in 84 milliseconds