实现图像的几何操作我要分享

Realize geometric operation of image

几何操作

关注次数: 337

下载次数: 0

文件大小: 624KB

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

本文主要叙述的是利用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.


代码预览