会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
苦力劳动者
从❤开始
博客园
首页
新随笔
联系
订阅
管理
2017年12月21日
C#getPixel和内存法读取灰度图信息
摘要: getPixel方法: 内存法: 根据数组画图 private Bitmap drawPic(byte[] srcdata, int width, int height) { // 8bit索引方式位图,设置灰度调色板 var fmt = PixelFormat.Format8bppIndexed;
阅读全文
posted @ 2017-12-21 09:33 苦力劳动者
阅读(3491)
评论(1)
推荐(0)
编辑
C#读取内存法读取图像的最大灰度值
摘要: getPixel方法: 内存法:
阅读全文
posted @ 2017-12-21 09:30 苦力劳动者
阅读(841)
评论(0)
推荐(0)
编辑
公告