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

Audio

开发平台:

Visual C++

  1. /*!
  2.  ***************************************************************************
  3.  * file
  4.  *    img_dist_ms_ssim.h
  5.  *
  6.  * author
  7.  *    Main contributors (see contributors.h for copyright, address and affiliation details)
  8.  *     - Woo-Shik Kim                    <wooshik.kim@usc.edu>
  9.  *     - Alexis Michael Tourapis         <alexismt@ieee.org>
  10.  *
  11.  * date
  12.  *    18 July 2008
  13.  *
  14.  * brief
  15.  *    Headerfile to calculate multi-scale structural similarity (SSIM) index
  16.  **************************************************************************
  17.  */
  18. #ifndef _IMG_DIST_MS_SSIM_H_
  19. #define _IMG_DIST_MS_SSIM_H_
  20. #include "img_distortion.h"
  21. void find_ms_ssim (ImageStructure *imgREF, ImageStructure *imgSRC, DistMetric metricMS_SSIM[3]);
  22. #endif