搜索资源列表
kl
- (1)应用9×9的窗口对上述图象进行随机抽样,共抽样200块子图象; (2)将所有子图象按列相接变成一个81维的行向量; (3)对所有200个行向量进行kl变换,求出其对应的协方差矩阵的特征向量和特征值,按降序排列特征值以及所对应的特征向量; (4)选择前40个最大特征值所对应的特征向量作为主元,将原图象块向这40个特征向量上投影,所获得的投影系数就是这个子块的特征向量。 (5)求出所有子块的特征向量。
kl
- kl变换,matlab实现,可以继续修改。
kl
- 一个不错的kl变换源程序,可以看看,学习并且交流
kl变换源代码
- 霍特林变换的matlab源代码,实现图像的kl变换
kl变换
- kl变换模式识别作业三 一、编程要求: 编程实现kl变换,并对TM六波段图像进行演算。 kl变换的思想是:从n维特征选取m维特征,删去的n-m维特征不一定就是无用的信息,如何在信息损失最小的情况下选取特征,在理论上就显得更严密些。通常采用正交变换,得到新的经变换的模式, 以保证信息损失最小情况下获得有利于分类的特征。 二、编程思想: 将6副图象依次输入获得灰度值存在一个6*size(size为一副图象的像素数)的二维数组中,计算每个波段的灰度均值,然后计算协方差矩阵,得出特征值
kl.rar
- matlab下kl变换,用于去除随机噪声,kl transform
kl
- 基于kl变换的特征提取的方法。 选取数据库中的部分样本(每个人的前5张图片)作为训练样本,其余作为未知的测试样本。从训练样本中得到kl变换矩阵,然后对训练样本和测试样本都进行变换,用变换后的数据作最近邻识别,距离可以为对应灰度值之差的平方和,统计识别率。-kl transform based feature extraction method. Select the database part of the sample (each person' s top 5 pictures)
kl
- 数据挖掘中计算kl距离在matlab环境下的代码-kl distance calculations in data mining environment in matlab code
kloeve
- kl变换主分量分析 用于各种信号的处理包括图像信息的分析压缩-kl transform principal component analysis for a variety of signal processing, including image compression, and so the analysis of information
kl
- 基于VC++实现的kl算法源程序 kl算法的基本实现 kl算法kl算法-Based on VC++ implementation of the kl algorithm source kl basic algorithm implementation kl algorithm kl algorithm
kl.c.tar
- VLSi kl partitioning Algorithm based programme for 100 nodes. It s dynamic progremme so by changing the MAX value we can change the number of nodes in the network.
kl
- K-L变换在人脸识别中的应用-kl transform in face recognition application! ! ! ! ! ! !
kl
- 实现k-l变换,代码短,效率高,适合初学者进行上机练习,原理简单,比较容易懂和实现。-Achieve kl transformation, the code short, high efficiency, suitable for beginners to practice on the machine, simple in principle, relatively easy to understand and achieve.
kl
- kl变换进行人脸识别的程序,采用ORL人脸库,里边附有人脸库的压缩包,以及word版的实验报告,很详细!效果不错-face recognition code based on kl,include facedatabase and test report,the performance is good!
kl
- matlab编写的K-L变换算法,实验数据为Iris,分类为BP算法,运行良好!-Matlab prepared by the kl transform algorithm, the experimental data for the Iris classified as BP algorithm, a good run!
3.22++基于kl变换的人脸识别技术
- 基于kl变换的人脸识别技术,Face recognition based on kl transform(Face recognition based on kl transform)
kl
- 计算kl散度,信息熵,是随机变量或整个系统的不确定性。熵越大,随机变量或系统的不确定性就越大。 相对熵,用来衡量两个取值为正的函数或概率分布之间的差异。 交叉熵,用来衡量在给定的真实分布下,使用非真实分布所指定的策略消除系统的不确定性所需要付出的努力的大小。 相对熵=交叉熵-信息熵(Relative entropy, used to measure the difference between two positive functions or probability distributi
kl change face recognition
- kl变化人脸识别简单例程,采用kl变换决策。(kl change face recognition)
kl
- 用于实现随机过程的kl分解,附数据文件,可直接运行(it is used for kl decompsition of random process)