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

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
seam_finders.hpp 121 enum CostFunction { COLOR, COLOR_GRAD };
  /external/opencv3/modules/stitching/src/
seam_finders.cpp 402 if (costFunc_ == COLOR_GRAD)
530 CV_Assert(costFunction() == COLOR_GRAD);
752 else if (costFunc_ == COLOR_GRAD)
776 else if (costFunc_ == COLOR_GRAD)
    [all...]
  /external/opencv3/samples/cpp/
stitching_detailed.cpp 695 seam_finder = makePtr<detail::DpSeamFinder>(DpSeamFinder::COLOR_GRAD);

Completed in 93 milliseconds