📄 img_process.h
字号:
/*!
************************************************************************
* \file img_process.h
*
* \brief
* Input data Image Processing functions
*
* \author
* Main contributors (see contributors.h for copyright, address and affiliation details)
* - Alexis Michael Tourapis <alexis.tourapis@dolby.com>
*
************************************************************************
*/
#ifndef _IMG_PROCESS_H_
#define _IMG_PROCESS_H_
void ProcessImage( InputParameters *params);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -