Searched defs:COST_COLOR_GRAD (Results 1 - 1 of 1) sorted by relevance

/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
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, argument

Completed in 54 milliseconds