Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dseam_finders.hpp268 …void setGraphWeightsColor(const cv::Mat &img1, const cv::Mat &img2, const cv::Mat &mask1, const cv…
/external/opencv3/modules/stitching/src/
Dseam_finders.cpp1072 void setGraphWeightsColor(const Mat &img1, const Mat &img2,
1116 void GraphCutSeamFinder::Impl::setGraphWeightsColor(const Mat &img1, const Mat &img2, in setGraphWeightsColor() function in cv::detail::GraphCutSeamFinder::Impl
1285 setGraphWeightsColor(subimg1, subimg2, submask1, submask2, graph); in findInPair()
1425 setGraphWeightsColor(subimg1, subimg2, submask1, submask2, in findInPair()
1465 void GraphCutSeamFinderGpu::setGraphWeightsColor(const Mat &img1, const Mat &img2, const Mat &mask1… in setGraphWeightsColor() function in cv::detail::GraphCutSeamFinderGpu