随笔分类 -  图像处理

摘要:image_test.py image_test_base.py: 请见上传的代码。 下载地址:https://files.cnblogs.com/files/jzcbest1016/imagenet_test_base.py.tar.gz 执行py文件时,需要终端输入参数: 阅读全文
posted @ 2018-10-12 19:53 Cheney_1016 阅读(2411) 评论(0) 推荐(0)
摘要:lena512.raw 下载地址:https://files.cnblogs.com/files/jzcbest1016/lena512_20171219131444306.rar .raw文件可以用photoshop打开 阅读全文
posted @ 2018-02-28 18:01 Cheney_1016 阅读(630) 评论(0) 推荐(0)
摘要:lena512.raw 下载地址:https://files.cnblogs.com/files/jzcbest1016/lena512_20171219131444306.rar .raw文件可以用photoshop打开 PNSR,峰值信噪比,是用来衡量图片质量的。 阅读全文
posted @ 2018-02-28 17:59 Cheney_1016 阅读(626) 评论(0) 推荐(0)
摘要:注意事项: 1.关于输入图像格式的问题 使用io.imread()的时,根据输入图像确定as_grey的参数值。 转化为字符串之后(image.tostring) ,最后输出看下image_raw的长度。因为不同的图像编码格式,存储方式不同。 我读入的灰度图jpeg格式,类型是int64,image 阅读全文
posted @ 2017-12-18 19:24 Cheney_1016 阅读(1271) 评论(0) 推荐(0)