Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dseam_finders.hpp255 class CV_EXPORTS GraphCutSeamFinderGpu : public GraphCutSeamFinderBase, public PairwiseSeamFinder class
258 GraphCutSeamFinderGpu(int cost_type = COST_COLOR_GRAD, float terminal_cost = 10000.f, in GraphCutSeamFinderGpu() function in cv::detail::GraphCutSeamFinderGpu
/external/opencv3/modules/stitching/src/
Dstitcher.cpp68 stitcher.setSeamFinder(makePtr<detail::GraphCutSeamFinderGpu>()); in createDefault()
556 stitcher->setSeamFinder(makePtr<detail::GraphCutSeamFinderGpu>()); in createStitcher()
Dseam_finders.cpp1330 void GraphCutSeamFinderGpu::find(const std::vector<UMat> &src, const std::vector<Point> &corners, in find()
1361 void GraphCutSeamFinderGpu::findInPair(size_t first, size_t second, Rect roi) in findInPair()
1465 void GraphCutSeamFinderGpu::setGraphWeightsColor(const Mat &img1, const Mat &img2, const Mat &mask1… in setGraphWeightsColor()
1555 void GraphCutSeamFinderGpu::setGraphWeightsColorGrad( in setGraphWeightsColorGrad()
/external/opencv3/samples/cpp/
Dstitching_detailed.cpp678 … seam_finder = makePtr<detail::GraphCutSeamFinderGpu>(GraphCutSeamFinderBase::COST_COLOR); in main()
687 … seam_finder = makePtr<detail::GraphCutSeamFinderGpu>(GraphCutSeamFinderBase::COST_COLOR_GRAD); in main()