搜索资源列表
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变换源程序,可以看看,学习并且交流
gpuKPCA
- 图像主成分分析的IDL程序,主要功能是实现KL变换-IDL image principal component analysis procedure, the main function is to achieve KL transform
KLtransform
- 在数字图像处理中,用kl变换对特征值提取与选择-In digital image processing, using kl transform eigenvalue extraction and selection
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
KLTransform
- 实现遥感影像的KL变换,并能计算出KL变换过程中的影像参数、特征向量及变换矩阵等统计结果-Implementation of the KL transform of remote sensing images and can calculate the KL transform in the process of imaging parameters and transformation matrix eigenvector statistics, etc.
kl_transform
- KL变换的MATLAB源码程序,用于图形图像地震资料等的处理。效果良好。-KL transform MATLAB source code program for graphic images such as seismic data processing. Good results.
KLH
- 图形变换源码集,包括霍特林变换(K-L变换),沃尔什哈达玛反变换,VC实现-Graphic transformation source code sets, including the Hotelling transform (KL transform),沃尔什哈达玛inverse transform, VC implementation
KL_change
- 遥感影像KL变换程序,针对tm影像,bmp数据格式。-Remote Sensing Image KL transformation process, aimed at tm images, bmp data format.
KL_Convert
- 遥感影像KL变换程序,不同于KLchange,适用于tm影像。-Remote Sensing Image KL transformation process, unlike KLchange, for tm images.
PCA
- PCA用于图像降维,主要利用KL变换,将图像映射到一个高维空间-PCA for image dimensionality reduction, the main advantage of KL transform, the image is mapped to a high-dimensional space
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
K-L-based-target-identification
- 基于KL变换的目标识别技术,个人认为效果比神经网络要好-KL transform based target identification technology, think better results than the neural network
KL-transform-face-recognition
- matlab源代码,基于KL变换的人脸识别技术,简单代码,含有运行说明。-matlab source code, based on KL transform face recognition technology, simple code, which contains operating instructions.
KLT
- 本程序实现了利用KL变换进行特征分解,并进行降维重建,示例图片在文件中给出。(This program realizes feature decomposition using KL transform and dimensionality reduction reconstruction. The example pictures are given in the file.)