Searched refs:COLOR_GRAD (Results 1 – 3 of 3) sorted by relevance
121 enum CostFunction { COLOR, COLOR_GRAD }; enumerator
402 if (costFunc_ == COLOR_GRAD) in resolveConflicts()530 CV_Assert(costFunction() == COLOR_GRAD); in computeGradients()752 else if (costFunc_ == COLOR_GRAD) in computeCosts()776 else if (costFunc_ == COLOR_GRAD) in computeCosts()
695 seam_finder = makePtr<detail::DpSeamFinder>(DpSeamFinder::COLOR_GRAD); in main()