📄 img_dist_snr.h
字号:
/*!
***************************************************************************
* \file
* img_dist_snr.h
*
* \author
* Woo-Shik Kim
*
* \date
* 29 May 2008
*
* \brief
* Headerfile to calculate signal to noise ratio (SNR)
**************************************************************************
*/
#ifndef _IMG_DIST_SNR_H_
#define _IMG_DIST_SNR_H_
#include "img_distortion.h"
void find_snr(ImageStructure *imgREF, ImageStructure *imgSRC, DistMetric metricSSE[3], DistMetric metricPSNR[3]);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -