Main Content

Common Geometric Transformations

Resize, rotate, crop, and translate images

Use these functions to perform common geometric transformations. For example, use imrotate to rotate an image.

Functions

imcropCrop image
imcrop3Crop 3-D image (Since R2019b)
imresizeResize image
imresize3Resize 3-D volumetric intensity image
imrotateRotate image
imrotate3Rotate 3-D volumetric grayscale image
imtranslateTranslate image
impyramidImage pyramid reduction and expansion

Topics