搜索资源列表
43566
- 本文主要叙述的是利用MATLAB软件实现图像的几何操作。利用imresize() imrotate() imcrop() 等函数实现图像的缩放,选转,剪切。 在对图像的几种几何操作中,图像的缩放和旋转都要用到插值操作。-This paper describes the use of MATLAB software images of geometric operations. Use imresize () imrotate () imcrop () Function Image Scali
数字图像旋转
- 基于matlab的而二维图像几何变换。与库函数imrotate(a,angle)功能相同。
imrotatePos
- 基于双线性插值的图像旋转,似于MATlab的imrotate函数功能-imrotatePos
imrotate_my
- 一个空间点P绕一个中心点C旋转可用接续的三个变换来实现:第1个变换平移点C到坐标系原点位置,第2个变换将点P绕原点旋转,第3个变换平移点C回到其相对于坐标系原点的原始位置。当原始图像点乘以变换矩阵,得到新的图像位置点时,其位置可能不是整数值,该位置的灰度值需要通过灰度插值获得。在不改变输出图像大小的情况下,超出原始图片范围的区域,MATLAB原有函数imrotate的处理方法为将其灰度值全部置零,本文通过取模操作对超出区域进行了另外一种控制方法imrotate_my函数,能够较好的显示出图像旋转
Projection2to1and-Reconstruction
- 二位图像投影到一维通过imrotate指令完成。可以选择投影的任意角度。同时包括基于一维投影完成重构图像。-Using imrotate commond line to realize the projection of image from 2D to 1D for any view angle. And also include the reconstruction process
MATLAB
- MATLAB数字图像处理张德丰这本书中的大部分源程序-MATLAB Digital Image Processing Zhang Defeng this book most of the source
rotate
- 自己编写的旋转算法,没有用imrotate函数-havne t use the function imrotate of matlab
matlab1
- 练习读入lena.bmp图像,在workspace中查看图像,显示图像,并将此图像存储在C盘根目录下,命名为1.bmp。 读入两幅尺寸相同的图像(lena.bmp和sky.bmp),做加法,实现双曝光的效果。 读入两幅尺寸相同的图像(2.bmp和2background.bmp),做减法,实现减背景效果。 读入lena.bmp图像,编写一个模板,此模板是以图像中心为圆心,64像素为半径的圆内为1,其他位置为0,以此模板乘以读入的lena图像,显示结果。 用图像除法完成减背景操作(
imrotate
- 适用于matlab 的图形旋转代码,可自定义旋转角度,使用邻近插值不全图像-Applicable to matlab graphical rotation code, the rotation angle can be customized using the neighbor interpolation incomplete picture
prog1
- 用于计算图像旋转角度以及进行校正,利用matlab语言开发-image imrotate degree
matlab 图像旋转
- 不使用MATLAB内置函数,自己编程实现图像的旋转3.编写程序实现图像旋转功能。将“lena.bmp”图像绕图像中心逆时针旋转20度,并显示结果。要求: (1)不要使用imrotate函数; (2)涉及到坐标映射时采用向后映射; (3)涉及到插值时采用邻近插值和双线性插值,对比结果;
rotate_image
- 图像旋转,功能与matlab函数imrotate一样-Image rotation, the same function with matlab function imrotate