Searched refs:setGraphWeightsColorGrad (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
D | seam_finders.hpp | 270 …void setGraphWeightsColorGrad(const cv::Mat &img1, const cv::Mat &img2, const cv::Mat &dx1, const …
|
/external/opencv3/modules/stitching/src/ |
D | seam_finders.cpp | 1074 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
|