?? img_dist_ms_ssim.h
字號:
/*!
***************************************************************************
* \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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -