COST_COLOR_GRAD   239 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp     GraphCutSeamFinder(int cost_type = COST_COLOR_GRAD, float terminal_cost = 10000.f,
COST_COLOR_GRAD   258 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp     GraphCutSeamFinderGpu(int cost_type = COST_COLOR_GRAD, float terminal_cost = 10000.f,
COST_COLOR_GRAD  1287 modules/stitching/src/seam_finders.cpp     case GraphCutSeamFinder::COST_COLOR_GRAD:
COST_COLOR_GRAD  1428 modules/stitching/src/seam_finders.cpp     case GraphCutSeamFinder::COST_COLOR_GRAD:
COST_COLOR_GRAD   687 samples/cpp/stitching_detailed.cpp             seam_finder = makePtr<detail::GraphCutSeamFinderGpu>(GraphCutSeamFinderBase::COST_COLOR_GRAD);
COST_COLOR_GRAD   690 samples/cpp/stitching_detailed.cpp             seam_finder = makePtr<detail::GraphCutSeamFinder>(GraphCutSeamFinderBase::COST_COLOR_GRAD);