工程是一门科学,科学是严谨的。
摘要: /// /// 图形细化 /// /// /// public unsafe Bitmap ToThinner(Bitmap srcImg) { int iw = src... 阅读全文
posted @ 2015-01-25 03:57 大圣的笑 阅读(2153) 评论(0) 推荐(0) 编辑
摘要: /// /// 二值化图像 /// /// /// private static unsafe Bitmap Binaryzation(Bitmap bmp) { Bit... 阅读全文
posted @ 2015-01-25 03:53 大圣的笑 阅读(3381) 评论(0) 推荐(0) 编辑