搜索资源列表
数字图像旋转
- 基于matlab的而二维图像几何变换。与库函数imrotate(a,angle)功能相同。
图像旋转校正代码
- 基于Matlab的图像旋转校正原代码。
imrotatex.rar
- 自己用matlab语言编写的基于双线性插值的图像旋转程序,I have written based on the bilinear interpolation of the image rotation process
SIFT-matlab.rar
- 基于SIFT的图像配准程序 SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力,SIFT-based image registration procedure is the SIFT feature matching algorithm for matching feature points at home and abroad a hot
tuxiangzengqiang
- 本程序基于Matlab,初步实现图像增强的基本操作,实现 图像明暗度调整, 图像旋转,更改颜色显示方式,直接灰度调整,图像求反,动态范围压缩,显示原始图像直方图,直方图均衡化,滤波增强等功能-This procedure based on Matlab, the initial realization of the basic operation of image enhancement, image brightness adjustment, image rotation, change t
Geometricimageoperations
- 图像的几何操作:图像旋转,图像剪切,包括旋转角度。-Geometric image operations: image rotation, image shearing, including rotation.
SimpleImageRotation
- 简单的图像旋转软件,可以嵌套到其它图形图像处理程序中-Simple image rotation software, graphics can be nested into other image processing program
imrotate_my
- 一个空间点P绕一个中心点C旋转可用接续的三个变换来实现:第1个变换平移点C到坐标系原点位置,第2个变换将点P绕原点旋转,第3个变换平移点C回到其相对于坐标系原点的原始位置。当原始图像点乘以变换矩阵,得到新的图像位置点时,其位置可能不是整数值,该位置的灰度值需要通过灰度插值获得。在不改变输出图像大小的情况下,超出原始图片范围的区域,MATLAB原有函数imrotate的处理方法为将其灰度值全部置零,本文通过取模操作对超出区域进行了另外一种控制方法imrotate_my函数,能够较好的显示出图像旋转
87361018figure_rotate
- 图像旋转的死循环Efficient procedures for image rotation, Matlab language, easy to read.-rotateEfficient procedures for image rotation, Matlab language, easy to read.
ImageRotate
- 能够实现图像旋转,旋转后图像尺寸不变,经检验程序可用。-the procedure can rotate the image,and don t change the size of the image.
2
- 图像旋转任意角度,容易操作,方便简单,效果好!-image rotating for any angle you like.
imageRotate
- 在matlab中,实现图像旋转(两种方法:临近法、双线性法)-In matlab, the realization of image rotation (two methods: near the bilinear method)
MyDIP_Matlab
- 以matlab为平台的一个GUI界面的图像处理程序,具有图像处理的各种功能,如:图像旋转,色彩平衡调节,图像增强,加噪,滤波,二值化,直方图,膨胀,腐蚀,边缘检测及图像合成等功能。-以 matlab as a platform for a GUI interface, image processing, has an image processing functions, such as: image rotation, color balance adjustment, image enhan
tuxiangxuanzhuan-
- 运用MATLAB针对图像旋转程序的编写,可任意改变旋转角度-With MATLAB program written for the image rotation, rotation angle can be arbitrarily changed
matlab 图像旋转
- 不使用MATLAB内置函数,自己编程实现图像的旋转3.编写程序实现图像旋转功能。将“lena.bmp”图像绕图像中心逆时针旋转20度,并显示结果。要求: (1)不要使用imrotate函数; (2)涉及到坐标映射时采用向后映射; (3)涉及到插值时采用邻近插值和双线性插值,对比结果;
matlab图像工程批处理文件
- matlab进行图像处理的一些批处理文件,包括放大缩小旋转裁剪,直方图均衡化,滤波(MATLAB image processing of some batch files, including zoom, rotate, cut, histogram equalization, filtering)
imrotate_my
- 使用反响映射与双线性插值法实现图像旋转,实验结果与MATLAB自带函数结果相同。(MATLAB bilinear imrotate_my)
图像旋转matlab
- 基于matlab的图像旋转,非直接调用函数的图像旋转(Matlab based image rotation, not directly call the function of the image rotation)
图像旋转 matlab代码 前向反向
- 实现了图像的旋转,利用前向映射与反向映射两种方法分别实现(The rotation of the image is realized, and the two methods are realized by forward mapping and reverse mapping.)
matlab图像运算大全
- 用MATLAB做图像的基本运算,包括灰度变换,窗口技术,平移,旋转,缩放等处理(matlab image process include gray level transformation)