搜索资源列表
PROGRAMMIFA
- 幂法求矩阵的特征值和特征向量 算法9.1 1. 输入矩阵A,初始向量X,误差限ε最大迭代次数N。 2. 置k=1,u=0。 3. 求xr=>λ,|xr|=max|xr|,i=1,….,n。 4. 计算 Y=X/λ,X=AY 5. 若|λ-u|〈ε,输出λ,X,停机;否则,转步骤6。 6. 若k<N,k+1=>k,λ=>u,转步骤3;否则,输出错误信息,停机
OpenSURF_version1c
- surf特征点提取以及相应的特征点匹配,matlab程序-speed up robust features (SURF), feature matching
Matrix
- 实现矩阵的特征值特征向量的计算,矩阵乘法,线性方程组求解以及矩阵行列式计算。-Eigenvectors of the matrix eigenvalue computation, matrix multiplication, solving linear equations and matrix determinant calculation.
jicheng
- 继承是面向对象程序设计的基本特征之一,是从已有的类基础上建立新类。继承性是面向对象程序设计支持代码重用的重要机制。-Inheritance is the basic object-oriented programming features, one is from an existing class based on the new class. Inheritance is object-oriented programming support an important mechanism f
ExtractData
- 主要是提取一组数据里的特征数据,大家下载,适合初学者,可能不是很稳定,自己-Extract a set of data characteristics of data, download, suitable for beginners, may not be very stable, their change change
cppHoG-raw-RBF
- HOG特征 加上 SVM训练方法的程序,可以实现人体检测、人脸检测,从CSDN上下载的,本人使用了,可以使用,但需要安装opencv2.0以上版本,其余的版本我没试过-HOG feature program plus SVM training methods, you can achieve human detection, face detection, download from CSDN, I use, you can use, but need to install opencv2.0
sift
- 基于OPENCV和VC++6.0下编写的sift算法 实现了特征点提取-OPENCV sift
DMC
- DMC的主要特征是预测模型采用阶跃响应特性建模 设计过程中固定格式:用二次型目标函数决定 控制量最优值增量序列 自校正动态矩阵控制等多种算法 参数调整:用改变二次型目标函数中的权系数 阵来实现.-With the research of dynamic characteristic of electrical resistance furnace and the imp rovements of MPC in detail, the effects between DMC and P
sift_project
- sift 算法,对于图像视频的特征提取非常有用,运用十分广泛-sift
SIFT-Library-1.1.2_2010120711
- low sift算法的实现,可以提取一个图像的特征点,也可以实现图像之间的特征点匹配-Scale-Invariant Feature Transform
PCA
- (主成分分析)Jacobi法求解对称矩阵的特征值及特征向量-(PCA)Finding the eigenvalues and eigenvectors of symmetric matrices, applying Jacobi s method
TreeGenerate
- 利用opencv对特征向量或者原子生成四叉树,并存储。树的分叉采用K近邻算法-Using opencv generated and stored quadtree
Image-analysis
- 字图像处理(Digital Image Processing)是通过计算机对图像进行去除噪声、增强、复原、分割、提取特征等处理的方法和技术。数字图像处理的产生和迅速发展主要受三个因素的影响:一是计算机的发展;二是数学的发展(特别是离散数学理论的创立和完善) 三是广泛的农牧业、林业、环境、军事、工业和医学等方面的应用需求的增长。-digital image processing,classic algorithms,digital image processing,classic algorith
StereoMatch
- 左右视差图进行视差特征匹配,从而对物体进行三维空间的重建。-About parallax disparity map feature matching, and thus reconstruct three-dimensional objects.
main
- 本程序实现人脸对齐功能,它通过提取人脸特征,利用PCA降维,实现人脸对齐效果-This program implements the face alignment feature, it is through facial feature extraction using PCA dimensionality reduction to achieve the effect of face-aligned
Surf
- 本程序通过提取SURF特征,实现同一场景不同视角特征点的匹配-The SURF program by extracting features different perspectives of the same scene to achieve matching feature points
lbp
- 本程序通过LBP局部二值特征的算法原理得到一幅输入图像的LBP特征-The program features an input image obtained LBP algorithm principle by local binary LBP features
ASMFace
- 利用asm模型找到人脸上的68个特征点,注意在vs2010上编译-Use asm model feature points found 68 people face, attention compiled on vs2010
console
- 这是微芯公司GestIC MGC3130的windows端控制台程序,可实现电极数据的获取和手势特征的识别,需要相应的动态链接库。-This is Microchip s windows GestIC MGC3130 end console program access and gesture recognition feature enables the electrode data, requires a corresponding dynamic link library.
MFCC1
- 提取语音的MFCC特征参数,在语音识别(Speech Recognition)和话者识别(Speaker Recognition)方面,最常用到的语音特征就是梅尔倒谱系数(Mel-scale Frequency Cepstral Coefficients,简称MFCC)。-MFCC feature parameters extracted speech, speech recognition (Speech Recognition) and speaker verification (Speak
