Searched refs:COST_COLOR_GRAD (Results 1 – 1 of 1) sorted by relevance
231 enum CostType { COST_COLOR, COST_COLOR_GRAD }; enumerator239 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()