Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/stitching/include/opencv2/stitching/detail/
H A Dexposure_compensate.hpp89 CV_WRAP virtual void setMatGains(std::vector<Mat>& ) { CV_Error(Error::StsInternal, ""); }; in setMatGains() function in cv::detail::ExposureCompensator
105 CV_WRAP void setMatGains(std::vector<Mat>& umv) CV_OVERRIDE { umv.clear(); return; }; in setMatGains() function in cv::detail::NoExposureCompensator
125 CV_WRAP void setMatGains(std::vector<Mat>& umv) CV_OVERRIDE ;
154 CV_WRAP void setMatGains(std::vector<Mat>& umv) CV_OVERRIDE;
177 CV_WRAP void setMatGains(std::vector<Mat>& umv) CV_OVERRIDE;
225 …CV_WRAP void setMatGains(std::vector<Mat>& umv) CV_OVERRIDE { BlocksCompensator::setMatGains(umv);… in setMatGains() function in cv::detail::BlocksGainCompensator
/dports/graphics/opencv/opencv-4.5.3/modules/stitching/src/
H A Dexposure_compensate.cpp303 void GainCompensator::setMatGains(std::vector<Mat>& umv) in setMatGains() function in cv::detail::GainCompensator
451 void ChannelsCompensator::setMatGains(std::vector<Mat>& umv) in setMatGains() function in cv::detail::ChannelsCompensator
595 void BlocksCompensator::setMatGains(std::vector<Mat>& umv) in setMatGains() function in cv::detail::BlocksCompensator