摘要:
最近在做一个小小的项目,用到了灰度化的相关知识,下面将灰度化的算法写在下面,以供大家学习! 1 #include <windows.h> 2 #include <stdio.h> 3 #include <stdlib.h> 4 #include <ctype.h> 5 #include <string.h> 6 #include <malloc.h> 7 8 int main() 9 { 10 BITMAPFILEHEADER bf; //BMP文件头结构体 11 BITMAPINFOHEADER bi; //... 阅读全文
posted @ 2012-09-26 23:15
qyindelong
阅读(551)
评论(0)
推荐(0)

浙公网安备 33010602011771号