HomeSort by relevance Sort by last modified time
    Searched refs:get_snr (Results 1 - 4 of 4) sorted by null

  /external/libxcam/modules/ocl/
cv_image_process_helper.h 41 float get_snr (const cv::Mat &noisy, const cv::Mat &noiseless);
cv_image_process_helper.cpp 45 CVImageProcessHelper::get_snr (const cv::Mat &noisy, const cv::Mat &noiseless) function in class:XCam::CVImageProcessHelper
cv_image_deblurring.cpp 163 noise_power = 1.0f / _helper->get_snr (gray_blurred, median_blurred);
  /external/libxcam/tests/
test-image-deblurring.cpp 79 float noise_power = 1.0f / helpers->get_snr (blurred, median_blurred);

Completed in 1391 milliseconds