搜索资源列表
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
peizhun
- 基于MATLAB的图像配准程序,可以对旋转图像进行配准。-MATLAB-based image registration process, you can rotate the image registration.
test1
- matlab 不用自带函数编写的图形旋转,供初学者参考-matlab do not own the function to write the graphical rotation, the reference for beginners
rotate
- 将平面图像旋转成3D图像,有三个函数,相互之间存在着引用关系,Matlab编写-Rotating the flat images into 3D images, there are three functions, reference relationship between each other, Matlab prepared
u1
- MATLAB中的二维傅里叶变换的平移性、旋转性验证-MATLAB, the two-dimensional Fourier transform of the translation, rotation verification
xticklabel_rotate
- 在使用matlab画图时,当横轴坐标是日期时,旋转横轴标号,使日期竖向排列-When using matlab drawing, when the horizontal coordinate is the date when rotating the horizontal axis labels, so that the vertical arrangement of the date
imrotate
- 适用于matlab 的图形旋转代码,可自定义旋转角度,使用邻近插值不全图像-Applicable to matlab graphical rotation code, the rotation angle can be customized using the neighbor interpolation incomplete picture
work
- 用matlab软件实现二维的图像的处理,包括放大缩小旋转等-Realization of two-dimensional image processing using matlab software, including zoom and rotation
prog1
- 用于计算图像旋转角度以及进行校正,利用matlab语言开发-image imrotate degree
rotateticklabel
- 在matlab图形的X轴刻度添加字符串(汉字)并旋转一定角度的程序 -In matlab graph X-axis scale, add the string (characters) and rotation angle of the program
appendimages
- SIFT特征具有缩放、旋转特征不变性,下载了大牛的matlab版SIFT特征提取代码,解释如下:appendimages-Matlab version on SIFT SIFT features with zoom, rotation invariant features, download large cattle extraction code, interpreted as follows: appendimages
rota
- matlab图片旋转程序,使用的三次差值算法,支持图像的360度旋转- matlab图片旋转程序,使用的三次差值算法,支持图像的360度旋转 34/5000 Matlab túpiàn xuánzhuǎn chéngxù, shǐyòng de sāncì chà zhí suànfǎ, zhīchí túxiàng de 360 dù xuánzhuǎn Matlab picture rotation program, using the third difference
problem1
- MATLAB旋转算法,用于图形旋转,按给定圆心进行旋转。(MATLAB rotation algorithm for graphics rotation, according to the rotation of a given center.)
SIFT算法matlab
- SIFT即尺度不变特征变换,是用于图像处理领域的一种描述。这种描述具有尺度不变性,可在图像中检测出关键点,是一种局部特征描述子。 一、SIFT算法特点: 1、具有较好的稳定性和不变性,能够适应旋转、尺度缩放、亮度的变化,能在一定程度上不受视角变化、仿射变换、噪声的干扰。 2、区分性好,能够在海量特征数据库中进行快速准确的区分信息进行匹配 3、多量性,就算只有单个物体,也能产生大量特征向量 4、高速性,能够快速的进行特征向量匹配 5、可扩展性,能够与其它形式的特征向量进行联合 —