Nonzero pixels in black image?!

조회 수: 2 (최근 30일)
Steven
Steven 2013년 12월 25일
댓글: Walter Roberson 2013년 12월 25일
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

채택된 답변

Walter Roberson
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
Image Analyst
Image Analyst 2013년 12월 25일
Use imwrite to save your binary image and then post it.
Walter Roberson
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개)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by