Home
last modified time | relevance | path

Searched refs:COLOR_GRAD (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dseam_finders.hpp121 enum CostFunction { COLOR, COLOR_GRAD }; enumerator
/external/opencv3/modules/stitching/src/
Dseam_finders.cpp402 if (costFunc_ == COLOR_GRAD) in resolveConflicts()
530 CV_Assert(costFunction() == COLOR_GRAD); in computeGradients()
752 else if (costFunc_ == COLOR_GRAD) in computeCosts()
776 else if (costFunc_ == COLOR_GRAD) in computeCosts()
/external/opencv3/samples/cpp/
Dstitching_detailed.cpp695 seam_finder = makePtr<detail::DpSeamFinder>(DpSeamFinder::COLOR_GRAD); in main()