C/C++
C/C++方面的编程,提升代码能力。
xaydwy
从事图像处理FPGA/IC相关行业。
展开
-
图像缩放--最临近点插值法(C语言,浮点型)
1、头文件:typedef unsigned char BYTE;typedef unsigned short WORD;typedef unsigned long DWORD;typedef long LONG;typedef struct tagBITMAPFILEHEADER{ WORD bfType; //must be 0x4D42 WORD bfSizeLow; //the size of the whole bitmap file,l原创 2020-07-15 20:43:39 · 931 阅读 · 0 评论 -
图像缩放--双线性插值法(C语言,浮点型)
1、头文件typedef unsigned char BYTE;typedef unsigned short WORD;typedef unsigned long DWORD;typedef long LONG;typedef struct tagBITMAPFILEHEADER{ WORD bfType; //must be 0x4D42 WORD bfSizeLow; //the size of the whole bitmap file,lo原创 2020-07-15 20:36:31 · 2495 阅读 · 0 评论 -
图像缩放--最临近点插值法(C语言,浮点型,截图)
头文件:代码:原创 2020-07-14 15:46:31 · 395 阅读 · 0 评论