Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dseam_finders.hpp236 class CV_EXPORTS GraphCutSeamFinder : public GraphCutSeamFinderBase, public SeamFinder class
/external/opencv3/modules/stitching/src/
Dseam_finders.cpp1316 GraphCutSeamFinder::GraphCutSeamFinder(int cost_type, float terminal_cost, float bad_region_penalty) in GraphCutSeamFinder() function in cv::detail::GraphCutSeamFinder