码迷,mamicode.com
首页 > 其他好文 > 详细

imshow & 图像深度

时间:2019-10-29 11:19:03      阅读:58      评论:0      收藏:0      [点我收藏+]

标签:poi   amp   net   ati   logs   sign   https   str   tps   

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]。

 

imshow & 图像深度

标签:poi   amp   net   ati   logs   sign   https   str   tps   

原文地址:https://www.cnblogs.com/wllwqdeai/p/11757370.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!