img_dist_ssim.h
来自「H.264编码实现」· C头文件 代码 · 共 27 行
H
27 行
/*!
***************************************************************************
* \file
* img_dist_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
* 29 May 2008
*
* \brief
* Headerfile to calculate structural similarity (SSIM) index
**************************************************************************
*/
#ifndef _IMG_DIST_SSIM_H_
#define _IMG_DIST_SSIM_H_
#include "img_distortion.h"
void find_ssim (ImageStructure *imgREF, ImageStructure *imgSRC, DistMetric metricSSIM[3]);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?