Nonzero pixels in black image?!
2 次查看(过去 30 天)
显示 更早的评论
In an image process, I have got an image which after being inverted (to calculate the perimeter), it becomes absolutely black on screen. But when I see the pixel values, the last row and column are not zero!
why?
I mean when you sum the pixels, it is not zero!, while the image is completely black!
Thanks!
Steven
0 个评论
采纳的回答
Walter Roberson
2013-12-25
编辑:Walter Roberson
2013-12-25
Your display is not set up to display a color that dark notably differently than true black. This is proper behaviour. Remember, a pixel value of 1 (out of 255) is not very bright.
3 个评论
Walter Roberson
2013-12-25
What is class() of the data ? If it is not "logical" then there are non-zero values that are dark.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!