Searched refs:get_snr (Results 1 – 4 of 4) sorted by relevance
41 float get_snr (const cv::Mat &noisy, const cv::Mat &noiseless);
45 CVImageProcessHelper::get_snr (const cv::Mat &noisy, const cv::Mat &noiseless) in get_snr() function in XCam::CVImageProcessHelper
163 noise_power = 1.0f / _helper->get_snr (gray_blurred, median_blurred); in blind_deblurring()
79 float noise_power = 1.0f / helpers->get_snr (blurred, median_blurred); in non_blind_deblurring()