MATLAB: When image is rotated its pixels get very low and image become very distorted

Image Processing Toolboxrotation

When image is rotated its pixels get very low and image become very distorted?

Best Answer

If you're using imrotate(), try using the 'bilinear' or 'bicubic' interpolation option, instead of the default 'nearest' neighbor option.