MATLAB: How to resize a binary image

image processingImage Processing Toolbox

I tried using imresize but it is not showing the image I sent in. The white pixels are no longer there and I just have a blank black background. Thank you.

Best Answer

imresize(double(OriginalImage), .....)
It might be meaningful to convert back to binary afterwards.