Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dseam_finders.hpp239 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() argument
260 : cost_type_(cost_type), terminal_cost_(terminal_cost), in GraphCutSeamFinderGpu()