MATLAB: Why pixels values are unaltered even though after applying double

doubleimage processingImage Processing Toolbox

when i have applied double to my image the pixel values are not changing they are not coming in the range [0,1]?

Best Answer

You need im2double for that.