登山者的仰望

不仅要走好脚下的每一步,也要仰望山顶

2008年6月8日

c语言处理BMP--锐化,柔化,浮雕,灰度图(二)效果图

摘要: 原图 柔化 锐化 浮雕 灰度 阅读全文

posted @ 2008-06-08 20:54 光光GG 阅读(1744) 评论(0) 推荐(0)
c语言处理BMP--锐化,柔化,浮雕,灰度图(一)

摘要: #include"stdio.h" //#include"alloc.h" #include"dos.h" //#include"graphics.h" #include"math.h" typedef struct { int bfType;/**//* 类型标志,总是BM*/ long bfSize;/**//* 文件大小*/ int bf... 阅读全文

posted @ 2008-06-08 00:12 光光GG 阅读(4097) 评论(4) 推荐(1)