img_dist_ms_ssim.h
来自「the newest JM software by h.264 JVT offi」· C头文件 代码 · 共 26 行
H
26 行
/*!
***************************************************************************
* \file
* img_dist_ms_ssim.h
*
* \author
* Main contributors (see contributors.h for copyright, address and affiliation details)
* - Woo-Shik Kim <wooshik.kim@usc.edu>
* - Alexis Michael Tourapis <alexismt@ieee.org>
*
* \date
* 18 July 2008
*
* \brief
* Headerfile to calculate multi-scale structural similarity (SSIM) index
**************************************************************************
*/
#ifndef _IMG_DIST_MS_SSIM_H_
#define _IMG_DIST_MS_SSIM_H_
#include "img_distortion.h"
void find_ms_ssim (ImageStructure *imgREF, ImageStructure *imgSRC, DistMetric metricMS_SSIM[3]);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?