Given an image A and converting it into class double (not im2double),
While trying to display the image A usingimshow(A,[ ]) works well if the input image is gray scale.
But trying to do the same for color images doesn't work?.I could not understand why it happens?. Is that possible to keep a color image in class double and display it properly like gray scale image?