Data type problem during requantizing the Image
Show older comments
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) .
Answers (0)
Categories
Find more on Image Category Classification in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!