Home
last modified time | relevance | path

Searched defs:terminal_cost (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dseam_finders.hpp258 GraphCutSeamFinderGpu(int cost_type = COST_COLOR_GRAD, float terminal_cost = 10000.f, in GraphCutSeamFinderGpu()
/external/opencv3/modules/stitching/src/
Dseam_finders.cpp1063 Impl(int cost_type, float terminal_cost, float bad_region_penalty) in Impl()
1316 GraphCutSeamFinder::GraphCutSeamFinder(int cost_type, float terminal_cost, float bad_region_penalty) in GraphCutSeamFinder()