Home
last modified time | relevance | path

Searched refs:getPSNR (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/samples/cpp/tutorial_code/HighGUI/video-input-psnr-ssim/
Dvideo-input-psnr-ssim.cpp14 double getPSNR ( const Mat& I1, const Mat& I2);
109 psnrV = getPSNR(frameReference,frameUnderTest); in main()
136 double getPSNR(const Mat& I1, const Mat& I2) in getPSNR() function
/external/opencv3/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/
Dgpu-basics-similarity.cpp16 double getPSNR(const Mat& I1, const Mat& I2); // CPU versions
89 result = getPSNR(I1,I2); in main()
173 double getPSNR(const Mat& I1, const Mat& I2) in getPSNR() function
/external/opencv3/doc/tutorials/highgui/video-input-psnr-ssim/
Dvideo_input_psnr_ssim.markdown143 double getPSNR(const Mat& I1, const Mat& I2)