Searched refs:COST_COLOR (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/modules/stitching/src/
H A Dstitcher.cpp79 stitcher.setSeamFinder(makePtr<detail::GraphCutSeamFinder>(detail::GraphCutSeamFinderBase::COST_COLOR));
567 stitcher->setSeamFinder(makePtr<detail::GraphCutSeamFinder>(detail::GraphCutSeamFinderBase::COST_COLOR));
H A Dseam_finders.cpp1284 case GraphCutSeamFinder::COST_COLOR:
1424 case GraphCutSeamFinder::COST_COLOR:
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
H A Dseam_finders.hpp231 enum CostType { COST_COLOR, COST_COLOR_GRAD }; enumerator in enum:cv::detail::GraphCutSeamFinderBase::CostType
/external/opencv3/samples/cpp/
H A Dstitching_detailed.cpp678 seam_finder = makePtr<detail::GraphCutSeamFinderGpu>(GraphCutSeamFinderBase::COST_COLOR);
681 seam_finder = makePtr<detail::GraphCutSeamFinder>(GraphCutSeamFinderBase::COST_COLOR);

Completed in 90 milliseconds