COST_COLOR       1284 modules/stitching/src/seam_finders.cpp     case GraphCutSeamFinder::COST_COLOR:
COST_COLOR       1424 modules/stitching/src/seam_finders.cpp     case GraphCutSeamFinder::COST_COLOR:
COST_COLOR         79 modules/stitching/src/stitcher.cpp         stitcher.setSeamFinder(makePtr<detail::GraphCutSeamFinder>(detail::GraphCutSeamFinderBase::COST_COLOR));
COST_COLOR        567 modules/stitching/src/stitcher.cpp             stitcher->setSeamFinder(makePtr<detail::GraphCutSeamFinder>(detail::GraphCutSeamFinderBase::COST_COLOR));
COST_COLOR        678 samples/cpp/stitching_detailed.cpp             seam_finder = makePtr<detail::GraphCutSeamFinderGpu>(GraphCutSeamFinderBase::COST_COLOR);
COST_COLOR        681 samples/cpp/stitching_detailed.cpp             seam_finder = makePtr<detail::GraphCutSeamFinder>(GraphCutSeamFinderBase::COST_COLOR);