interpolation.h
来自「matlab版图像数字处理这本书的配套代码」· C头文件 代码 · 共 6 行
H
6 行
#ifndef _interpolation_h
#define _interpolation_h
unsigned char NeighborInterpolation(LPSTR lpDIBBits,LONG width,LONG height,float x,float y);
unsigned char BiLinearInterpolation(LPSTR lpDIBBits,LONG width,LONG height,float x,float y);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?