中文说明:
本文主要叙述的是利用MATLAB软件实现图像的几何操作。利用imresize() imrotate() imcrop() 等函数实现图像的缩放,选转,剪切。 在对图像的几种几何操作中,图像的缩放和旋转都要用到插值操作。
English Description:
This paper mainly describes the geometric operation of image using MATLAB software. Use the functions of resize () imrotate () imcrop () to zoom, rotate, and cut the image.