img_dist_snr.h
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:

Audio

开发平台:

Visual C++

  1. /*!
  2.  ***************************************************************************
  3.  * file
  4.  *    img_dist_snr.h
  5.  *
  6.  * author
  7.  *    Woo-Shik Kim
  8.  *
  9.  * date
  10.  *    29 May 2008
  11.  *
  12.  * brief
  13.  *    Headerfile to calculate signal to noise ratio (SNR)
  14.  **************************************************************************
  15.  */
  16. #ifndef _IMG_DIST_SNR_H_
  17. #define _IMG_DIST_SNR_H_
  18. #include "img_distortion.h"
  19. void find_snr(ImageStructure *imgREF, ImageStructure *imgSRC, DistMetric metricSSE[3], DistMetric metricPSNR[3]);
  20. #endif