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

  /external/opencv3/modules/stitching/src/
stitcher.cpp 79 stitcher.setSeamFinder(makePtr<detail::GraphCutSeamFinder>(detail::GraphCutSeamFinderBase::COST_COLOR));
567 stitcher->setSeamFinder(makePtr<detail::GraphCutSeamFinder>(detail::GraphCutSeamFinderBase::COST_COLOR));
seam_finders.cpp     [all...]
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
seam_finders.hpp 231 enum CostType { COST_COLOR, COST_COLOR_GRAD };
  /external/opencv3/samples/cpp/
stitching_detailed.cpp 678 seam_finder = makePtr<detail::GraphCutSeamFinderGpu>(GraphCutSeamFinderBase::COST_COLOR);
681 seam_finder = makePtr<detail::GraphCutSeamFinder>(GraphCutSeamFinderBase::COST_COLOR);

Completed in 221 milliseconds