Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dseam_finders.hpp270 …void setGraphWeightsColorGrad(const cv::Mat &img1, const cv::Mat &img2, const cv::Mat &dx1, const …
/external/opencv3/modules/stitching/src/
Dseam_finders.cpp1074 void setGraphWeightsColorGrad(const Mat &img1, const Mat &img2, const Mat &dx1, const Mat &dx2,
1164 void GraphCutSeamFinder::Impl::setGraphWeightsColorGrad( in setGraphWeightsColorGrad() function in cv::detail::GraphCutSeamFinder::Impl
1288 setGraphWeightsColorGrad(subimg1, subimg2, subdx1, subdx2, subdy1, subdy2, in findInPair()
1429 setGraphWeightsColorGrad(subimg1, subimg2, subdx1, subdx2, subdy1, subdy2, in findInPair()
1555 void GraphCutSeamFinderGpu::setGraphWeightsColorGrad( in setGraphWeightsColorGrad() function in cv::detail::GraphCutSeamFinderGpu