搜索资源列表
K-L变换类
- KL变换是图像处理的常规算法,文件里四该变换的类-KL transform is the conventional image processing algorithms, the paper four categories Transform
kl
- (1)应用9×9的窗口对上述图象进行随机抽样,共抽样200块子图象; (2)将所有子图象按列相接变成一个81维的行向量; (3)对所有200个行向量进行KL变换,求出其对应的协方差矩阵的特征向量和特征值,按降序排列特征值以及所对应的特征向量; (4)选择前40个最大特征值所对应的特征向量作为主元,将原图象块向这40个特征向量上投影,所获得的投影系数就是这个子块的特征向量。 (5)求出所有子块的特征向量。
KL
- KL变换,matlab实现,可以继续修改。
KL
- 一个不错的KL变换源程序,可以看看,学习并且交流
KL
- 基于KL变换的特征提取的方法。 选取数据库中的部分样本(每个人的前5张图片)作为训练样本,其余作为未知的测试样本。从训练样本中得到KL变换矩阵,然后对训练样本和测试样本都进行变换,用变换后的数据作最近邻识别,距离可以为对应灰度值之差的平方和,统计识别率。-KL transform based feature extraction method. Select the database part of the sample (each person' s top 5 pictures)
homeworkofimageprocessing
- 数字图像处理作业,包括:bmp图像的读取,图像的缩放,直方图均衡化等操作的c代码,还有一些关于傅里叶变换,KL变换,哈达吗变换,huffman编码的习题。可以供学习这门课程的同学参考学习。-Digital image processing operations, including: bmp image reading, image scaling, histogram equalization, and other operations of the c code, and some on t
KLtransform
- (1)应用9×9的窗口对上述图象进行随机抽样,共抽样200块子图象; (2)将所有子图象按列相接变成一个81维的行向量; (3)对所有200个行向量进行KL变换,求出其对应的协方差矩阵的特征向量和特征值,按降序排列特征值以及所对应的特征向量; (4)选择前40个最大特征值所对应的特征向量作为主元,将原图象块向这40个特征向量上投影,所获得的投影系数就是这个子块的特征向量。 (5)求出所有子块的特征向量。 -(1) the application of 9 × 9 window
kl_transform
- KL变换的MATLAB源码程序,用于图形图像地震资料等的处理。效果良好。-KL transform MATLAB source code program for graphic images such as seismic data processing. Good results.
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_change
- 遥感影像KL变换程序,针对tm影像,bmp数据格式。-Remote Sensing Image KL transformation process, aimed at tm images, bmp data format.
face
- KL变换的人脸识别算法,matlab编程。-face recognition based on K-L.
KL
- KL变换进行人脸识别的程序,采用ORL人脸库,里边附有人脸库的压缩包,以及word版的实验报告,很详细!效果不错-face recognition code based on KL,include facedatabase and test report,the performance is good!
KL-transform-for-feature-extraction
- KL变换进行特征提取,对样本集进行KL变换提取特征-KL transform for feature extraction
KL-face-recognition
- 基于KL变换的人脸识别,综合运用模式识别和图像处理的相关知识-KL face recognition
KL-transform
- 现代数字图像处理技术提高及应用案例详解(matlab版 3.22 基于KL变换的人脸识别技术-Modern digital image processing technology and application case explanation (matlab version 3.22 facial recognition technology based on KL transform
KL
- kl变换算法的原理介绍 以及在图像层面额应用原理-Introduce the principle of KL transform algorithm and application principle of the image layer denomination
kl
- kl变换. KL变换的流程如下: (1)获取多幅图像的统计特性:图像之间的协方差 (2)获取协方差的特征值和特征向量,从而获取正交核:特征矩阵 (3)图像对应象素点对各个特征向量进行投影运算。-kl transformation
KLT
- 本程序实现了利用KL变换进行特征分解,并进行降维重建,示例图片在文件中给出。(This program realizes feature decomposition using KL transform and dimensionality reduction reconstruction. The example pictures are given in the file.)