MATLAB: How to re size a too big image into small by keeping original values.

image processingImage Processing ToolboxMATLAB

I have an gray scale image of size uint16. when i try to open this image , i get warning that it is too big. I have tried imresize( ) function to make it small<512*512 uint8> in size. When i plot the original image and re sized image, the intensity gets decreased after re sizing . I want to re size original image without changing in its pixel values. Is there any solution?

Best Answer

Don't worry about it. Don't resize. Just ignore it and continue with your processing. It's just saying that it's scaling the image by shrinking it down to display it on your monitor. Again, ignore it and continue to work with your full sized images.