-
matlab
matlab信号系统,通过应用matlab进行信号系统的实验进行。(matlab signal system, signal system through the application of matlab experiments.)
- 2012-06-22 16:34:04下载
- 积分:1
-
MATLAB_7_0
详细的介绍了matlab实用技术的方法和工作原理(Describes in detail the methods and practical techniques matlab works)
- 2010-06-20 12:31:38下载
- 积分:1
-
Mfile
PHS多天线基带调制与解调MATLAB程序(multiple antenna PHS baseband modulation and demodulation )
- 2009-02-15 15:02:27下载
- 积分:1
-
tricurv.tar
Function to calculate the principal curvatures on a triangular mesh. Approximations of curvature are based on local (N=1) neighborhood elements and vertices.
Note: Directions of curvatures aren t calculated appropriately. Will post an updated version once this is implemented.
Note that calculations at vertices with few adjacent triangles, and hence few adjacent vertices, are expanded to a greater neighborhood.
Reference:
1) Chen and Schmitt (1992) Intrinsic surface properties from surface triangulation
2) Dong et al. (2005) Curvature estimation on triangular mesh, JZUS
This code makes use of routines: buildInverseTriangualtion.m & removeDO.m
initially written by: David Gringas. He is gratefully acknowledged
- 2010-12-13 23:52:29下载
- 积分:1
-
chap_6
很好的matlab学习资料,由浅到深的解析,附带源码(Matlab good learning materials, from shallow to deep analysis, with source code)
- 2011-05-02 13:09:00下载
- 积分:1
-
MATLAB--signal-processing
《MATLAB信号处理》刘波著 电子版以及全部的源代码,非常合适初学者(MATLAB signal processing _ liu electronic as well as all the source code, very suitable for beginners)
- 2020-08-29 15:58:13下载
- 积分:1
-
ICA
Imperialist Competitive Algorithm
- 2014-01-05 23:05:09下载
- 积分:1
-
gui-filter
滤波器,可随意调节输入信号或滤波器参数,有时域频域两种显示(Filter, adjustable input signal or filter parameters, and sometimes two display domain and frequency domain)
- 2014-12-07 16:11:30下载
- 积分:1
-
DominantSets
Dominant-set聚类算法,主要用于图像分割,检索等(Dominant-set clustering algorithm, mainly for image segmentation, search)
- 2006-09-14 16:57:10下载
- 积分:1
-
sift
1 SIFT 发展历程
SIFT算法由D.G.Lowe 1999年提出,2004年完善总结。后来Y.Ke将其描述子部分用PCA代替直方图的方式,对其进行改进。
2 SIFT 主要思想
SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。
3 SIFT算法的主要特点:
a) SIFT特征是图像的局部特征,其对旋转、尺度缩放、亮度变化保持不变性,对视角变化、仿射变换、噪声也保持一定程度的稳定性。
b) 独特性(Distinctiveness)好,信息量丰富,适用于在海量特征数据库中进行快速、准确的匹配[23]。
c) 多量性,即使少数的几个物体也可以产生大量SIFT特征向量。
d) 高速性,经优化的SIFT匹配算法甚至可以达到实时的要求。
e) 可扩展性,可以很方便的与其他形式的特征向量进行联合。
4 SIFT算法步骤:
1) 检测尺度空间极值点
2) 精确定位极值点
3) 为每个关键点指定方向参数
4) 关键点描述子的生成
本包内容为sift算法matlab源码(1 SIFT course of development
SIFT algorithm by DGLowe in 1999, the perfect summary of 2004. Later Y.Ke its description of the sub-part of the histogram with PCA instead of its improvement.
2 the SIFT main idea
The SIFT algorithm is an algorithm to extract local features in scale space to find the extreme point of the extraction location, scale, rotation invariant.
3 the main features of the SIFT algorithm:
a) SIFT feature is the local characteristics of the image, zoom, rotate, scale, brightness change to maintain invariance, the perspective changes, affine transformation, the noise also maintain a certain degree of stability.
b) unique (Distinctiveness), informative, and mass characteristics database for fast, accurate matching [23].
c) large amounts, even if a handful of objects can also produce a large number of SIFT feature vectors.
d) high-speed and optimized SIFT matching algorithm can even achieve real-time requirements.
e) The scalability can be very convenient fe)
- 2012-05-25 15:31:16下载
- 积分:1