-
wavelet-wavelep-filter
本程序实现小波和小波包滤波,,对高频部分进行处理对一维信号进行处理,得到重构去噪后的信号,代码调试通过(This procedure realize wavelet and wavelet packet filtering, and the high frequency part of the process of one dimensional signal processing, reconstruction after denoising signal, code debugging through)
- 2016-01-20 13:52:07下载
- 积分:1
-
DR_LDA
基于LDA降维的遥感图像分类,LDA算法函数程序,可与各种分类算法结合,提高图像分类的速率(remote sensing image cut down dimension algorithm based on LDA.)
- 2014-08-26 18:06:30下载
- 积分:1
-
tuxiangchuli
数字图像处理的入门介绍和一些函数、原理的使用,比较适合初学者使用(Introduction to digital image processing and some of the functions, the use of the principle, more suitable for beginners)
- 2016-05-12 17:43:00下载
- 积分:1
-
fcm-tuxiang 11
fcm聚类分析,用距离方法进行聚类画图,有一定的可操作性(FCM clustering analysis, using distance method for clustering drawing, has a certain operability.)
- 2018-05-29 20:28:35下载
- 积分: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
-
RGBtoHIS
说明: RGB-IHS变换:图像进行 RGB-HIS 正变换,分别对明度、饱和度、色调进行线性
拉伸显示;然后再进行反变换
(RGB-IHS transformation: the image is RGB-HIS transformation, respectively, lightness, saturation, hue, a linear stretch display then the inverse transform)
- 2021-04-11 18:48:57下载
- 积分:1
-
Peak-detection-program
这是我图像处理作业:图片曲线数据提取与峰值检测的源程序代码。(Peak detection program matlab code)
- 2011-07-06 09:24:53下载
- 积分:1
-
pictureshow
可以显示图像并显示大话西游中的经典台词,还可以播放动听的背景音乐。(Can display images and display the classic Journey to the West in the lines, but also can play pleasant background music.)
- 2010-06-29 23:22:22下载
- 积分:1
-
FastTV
这是一种对TV模型算法的一种快速改进算法,C++实现,在Code::Blocks下编译成功(This is a TV model algorithm for a fast algorithm, C++ achieve, in the Code :: Blocks compile successfully under)
- 2013-09-11 22:49:48下载
- 积分:1
-
united1
集运小波变换的图像去噪,本文采用的是一种改进了的软阈值法去噪,去噪效果更好(Image Denoising Based on Wavelet changing)
- 2014-05-19 10:45:07下载
- 积分:1