GraphCutSeamFinder  239 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp     GraphCutSeamFinder(int cost_type = COST_COLOR_GRAD, float terminal_cost = 10000.f,
GraphCutSeamFinder  242 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp     ~GraphCutSeamFinder();
GraphCutSeamFinder 1060 modules/stitching/src/seam_finders.cpp class GraphCutSeamFinder::Impl : public PairwiseSeamFinder
GraphCutSeamFinder 1085 modules/stitching/src/seam_finders.cpp void GraphCutSeamFinder::Impl::find(const std::vector<UMat> &src, const std::vector<Point> &corners,
GraphCutSeamFinder 1116 modules/stitching/src/seam_finders.cpp void GraphCutSeamFinder::Impl::setGraphWeightsColor(const Mat &img1, const Mat &img2,
GraphCutSeamFinder 1164 modules/stitching/src/seam_finders.cpp void GraphCutSeamFinder::Impl::setGraphWeightsColorGrad(
GraphCutSeamFinder 1218 modules/stitching/src/seam_finders.cpp void GraphCutSeamFinder::Impl::findInPair(size_t first, size_t second, Rect roi)
GraphCutSeamFinder 1284 modules/stitching/src/seam_finders.cpp     case GraphCutSeamFinder::COST_COLOR:
GraphCutSeamFinder 1287 modules/stitching/src/seam_finders.cpp     case GraphCutSeamFinder::COST_COLOR_GRAD:
GraphCutSeamFinder 1316 modules/stitching/src/seam_finders.cpp GraphCutSeamFinder::GraphCutSeamFinder(int cost_type, float terminal_cost, float bad_region_penalty)
GraphCutSeamFinder 1319 modules/stitching/src/seam_finders.cpp GraphCutSeamFinder::~GraphCutSeamFinder() {}
GraphCutSeamFinder 1322 modules/stitching/src/seam_finders.cpp void GraphCutSeamFinder::find(const std::vector<UMat> &src, const std::vector<Point> &corners,
GraphCutSeamFinder 1424 modules/stitching/src/seam_finders.cpp     case GraphCutSeamFinder::COST_COLOR:
GraphCutSeamFinder 1428 modules/stitching/src/seam_finders.cpp     case GraphCutSeamFinder::COST_COLOR_GRAD:
GraphCutSeamFinder   79 modules/stitching/src/stitcher.cpp         stitcher.setSeamFinder(makePtr<detail::GraphCutSeamFinder>(detail::GraphCutSeamFinderBase::COST_COLOR));
GraphCutSeamFinder  567 modules/stitching/src/stitcher.cpp             stitcher->setSeamFinder(makePtr<detail::GraphCutSeamFinder>(detail::GraphCutSeamFinderBase::COST_COLOR));
GraphCutSeamFinder  681 samples/cpp/stitching_detailed.cpp             seam_finder = makePtr<detail::GraphCutSeamFinder>(GraphCutSeamFinderBase::COST_COLOR);
GraphCutSeamFinder  690 samples/cpp/stitching_detailed.cpp             seam_finder = makePtr<detail::GraphCutSeamFinder>(GraphCutSeamFinderBase::COST_COLOR_GRAD);