Data type problem during requantizing the Image
조회 수: 1 (최근 30일)
이전 댓글 표시
As part of course project I am reducing number of bits per pixel from 8 to 1 step by step. I converted image to double which solved my problems. But if I keep it uint8 I am observing following facts. Please explain why is so?
uint8(215)/128 = 2
215/128 = 1.6797 (data type double) .
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!