Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dseam_finders.hpp231 enum CostType { COST_COLOR, COST_COLOR_GRAD }; enumerator
239 GraphCutSeamFinder(int cost_type = COST_COLOR_GRAD, float terminal_cost = 10000.f,
258 GraphCutSeamFinderGpu(int cost_type = COST_COLOR_GRAD, float terminal_cost = 10000.f, in GraphCutSeamFinderGpu()
/external/opencv3/samples/cpp/
Dstitching_detailed.cpp687 … seam_finder = makePtr<detail::GraphCutSeamFinderGpu>(GraphCutSeamFinderBase::COST_COLOR_GRAD); in main()
690 … seam_finder = makePtr<detail::GraphCutSeamFinder>(GraphCutSeamFinderBase::COST_COLOR_GRAD); in main()
/external/opencv3/modules/stitching/src/
Dseam_finders.cpp1287 case GraphCutSeamFinder::COST_COLOR_GRAD: in findInPair()
1428 case GraphCutSeamFinder::COST_COLOR_GRAD: in findInPair()