imshow & 图像深度

时间秒杀一切 提交于 2019-12-02 18:20:50

https://blog.csdn.net/qq_39642978/article/details/95926315

https://www.cnblogs.com/Xiaoyan-Li/p/5674792.html

像素归一化

8-bit unsigned: 显示图像本来的样子;
16-bit unsigned / 32-bit integer: 用像素值除以256,取值范围由[0,255x256]变为[0,255];
32-bit floating-point: 像素值乘以255, 取值范围由[0,1]变为[0,255]。

 

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!