搜索资源列表
模式识别matlab工具箱,包括svm,ICA,PCA,NN等等模式识别算法
- 模式识别matlab工具箱,包括svm,ICA,PCA,NN等等模式识别算法
canga-image-fusion-code
- 图像融合工具包,适合各种图像的融合,希望对你有所帮助-Image Fusion Toolkit for the integration of a variety of images, I hope for your help
abc
- matlab图形图像处理教程2,我用过,很不错的资料-matlab image processing tutorial 2 graphics, I used, very good information
ClassifyHomework
- 模式识别,用平均样本法、平均距离法、最近邻法、K近邻法进行分类。-Pattern recognition, with an average of the sample method, the average distance method, nearest neighbor, K-NN classification.
code
- 代码是MATLAB环境下基于k-nn算法的分类器对数据iris的分析-under matlab environment based on k-nn classifier for the iris.data
k-nnaustralia
- 基于MATLAB环境下k-nn算法分类器对Australia.data的分析-under matlab based on the k-nn classifier analysis for the australia.data
JPEGCompression
- 编码: (1)进行颜色转换,将RGB格式转换为YUV格式。 (2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。 (3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。 (4)对变换系数进行量化。 (5)进行Z字形重排 (6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。 解码: (1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。 (2) 进行反Z字型重排 (3)用与编码时