-
HSV
实现RGB到HSV空间转换,之后提取H、S、V分量后获取图像的颜色直方图和累计颜色直方图。(Achieve RGB to HSV space conversion, after the extraction of H, S, V components to obtain the image of the color histogram and cumulative color histogram.)
- 2021-04-18 08:38:52下载
- 积分:1
-
JPEGCompression
说明: 编码:
(1)进行颜色转换,将RGB格式转换为YUV格式。
(2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。
(3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。
(4)对变换系数进行量化。
(5)进行Z字形重排
(6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。
解码:
(1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。
(2) 进行反Z字型重排
(3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。
(4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。
(5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。
(6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
- 2019-02-18 22:58:13下载
- 积分:1
-
splines5
样条函数用于图像放大;可放大任意倍数;五次样条函数的构造 (five splines function)
- 2011-07-08 16:00:48下载
- 积分:1
-
snake_examples
snake算法的多种实例,包括ballon,distance等共计8个m文件(snake algorithm many examples, including ballon. Total distance, and other documents 8 m)
- 2007-04-12 09:13:59下载
- 积分:1
-
SIFT-PCA
这是我花了很多时间收集的有关sift-pca资料哦,里面也包括了sift-pca的MATLAB代码(This is what I spent a lot of time to collect information about the sift-pca Oh, which also includes a sift-pca MATLAB code)
- 2013-05-27 16:47:23下载
- 积分:1
-
2
说明: Research on TDOA / AOA Hybrid Positioning System Based on Kalman filtering
- 2012-08-26 10:57:34下载
- 积分:1
-
22164429182
能够很好的实现车牌定位的matlab源程序.但是不能实现车牌字符分割(Able to realize a very good source matlab plate positioning. But not license plate character segmentation)
- 2008-05-03 18:30:22下载
- 积分:1
-
MFCC-and-SVM
建立了普通话语音性别数据库,提出联合梅尔频率频谱系数(Mel2f requency Cep st rum
Coefficient s , MFCC) 的特征提取方法和支持向量机(Support Vector Machine , SVM) 的分类方法进行说话人性别识别,并与其它分类方法进行比较。(A Chinese speech ( mandarin ) database was established for speaker s gender recognition. A
combination met hod is p roposed for gender recognition of speaker s based on support vector machine and
Mel2f requency cep st rum coefficient s (MFCC) for classification and feat ure ext raction respectively.)
- 2011-05-22 16:26:23下载
- 积分:1
-
00020
基于Matlab平台开发的用于生理信号特征选择的程序算法,信息熵算法,主要用于特征选择,属于模式识别的一类。(The program used for physiological signal feature selection algorithm based on Matlab platform development, information entropy algorithm is mainly used for feature selection, belongs to a class pattern recognition.)
- 2020-11-23 19:49:33下载
- 积分:1
-
convert_tif
批量的将图像转为tif格式,界面方面操作,放在ENVI的安装路径下即可(convert different format of image to .tiff)
- 2021-04-21 18:28:49下载
- 积分:1