Data type problem during requantizing the Image

3 次查看(过去 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 个)

Community Treasure Hunt

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

Start Hunting!

Translated by