img_dist_snr.h
资源名称:chapter15.rar [点击查看]
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:
Audio
开发平台:
Visual C++
- /*!
- ***************************************************************************
- * 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