搜索资源列表
-
4下载:
对原始灰度图像 Lena_gray.bmp进行图像压缩实验
1.对此图进行 8×8 DCT 变换后,分别只保留 DC系数,以及保留前 4、8、16 个变换系数(DC+AC) ,然后再分别进行 IDCT 变换,比较结果。
2.可以使用 Matlab - Image Processing Toolbox 中的函数实现。
-gray image of the original image compression Lena_gray.bmp an experiment. This diagr
-
-
0下载:
一个基于matlab的图像处理小例子,有dct压缩还原效果对比及dct和fft的频谱,A small matlab example of image processing, and to restore the effect of compression dct comparison of the fft and dct and spectrum
-
-
0下载:
图像压缩编码,dct变换,量化,
Z字形扫描 行程编码,Image compression, dct transform, quantization, Z-shaped scan length encoding
-
-
4下载:
利用DCT进行图像压缩(首先将图像分割成8×8的图像,对每个子图像进行DCT,这样每个子图像有64个系数,舍去50%小的变换系数,进行2:1的压缩。)-The use of DCT for image compression
-
-
0下载:
数字信号处理实验,DCT图像压缩,内含有matlab实验m文件以及实验报告,供大家参考。-Digital signal processing experiment, DCT image compression, contains matlab experiment m documents and the experiment report for your reference.
-
-
0下载:
dctcom.m文件利用DCT变换完成对输入图像进行压缩;imagecbe.m完成对输入的两幅RGB图像用小波分析的方法进行图像融合 imagecom.m完成对输入的RGB图像用小波分析的方法进行自动降噪,得到高频系数阈值,降噪效果百分比和结果 wavelet1D.m完成对输入的一维信号进行多尺度离散小波分解 wavelet2D完成对输入的二维信号进行多尺度离散小波分解;zigzag.m完成对输入的8*8矩阵按照zigzag排列抽取数据.-document the use of DCT tran
-
-
0下载:
DCT变换用于图象的压缩,适用于遥感影像压缩-DCT transform for image compression
-
-
0下载:
对图像进行压缩,包括DCT变换,量化,游程编码。有良好的压缩比和压缩率。-Image compression, including DCT transform, quantization, run-length coding. A good compression ratio and compression ratio.
-
-
0下载:
基于FFT变换、DCT变换、HT变换、小波变换和矢量量化技术的图像压缩的Matlab实现。-Based on the FFT transform, DCT transform, HT transform, wavelet transform and vector quantization image compression technology, the Matlab implementation.
-
-
1下载:
对原始灰度图像进行图像压缩,对此图进行 8×8 DCT 变换后,分别只保留 DC系数,以及保留前 4、8、16 个变换系数(DC+AC) ,然后再分别进行 IDCT 变换
-The original gray image compression, this map for 8 × 8 DCT transform, respectively, to retain only the DC coefficient, and to retain the former 4,8,16 months tr
-
-
0下载:
分层矢量量化DCT图像压缩算法设计与实现
计算机应用技术专业 论文-Hierarchical vector quantization DCT image compression algorithm design and implementation of Computer Application Technology Paper
-
-
0下载:
使用分块DCT变换实现图像的压缩编码和解码。-Using the block DCT transform image compression coding and decoding.
-
-
1下载:
本文是关于DCT的图像压缩,量化,编码,重建图像-This article is about the DCT for image compression, quantization, coding, image reconstruction
-
-
1下载:
基于离散余弦变换(DCT)的图像压缩算法matlab实现-Based on the discrete cosine transform (DCT) image compression algorithm matlab implementation
-
-
0下载:
基于DCT变换的图像压缩matlab实现,检测可用,值得参考。-Image compression based on DCT matlab implementation, testing available, worthy of reference.
-
-
0下载:
本实验为设计性实验,其目的是理解有损压缩的概念,特别是通过K-L变换或DCT变换,掌握压缩编码的基本原理、算法,并通过编程给予实现,对原始图像数据和解压后的图像数据进行失真估计,了解压缩性能及其重建效果的影响、作用,给出适当的理论分析。-Image compression coding program design
-
-
0下载:
图像压缩实验,实现基本JPEG的压缩和编码的三个步骤,DCT变换去除数据冗余,DCT系数进行量化,对量化后的系数进行Huffman编码-Image compression experiments, the three steps of the basic JPEG compression and encoding, DCT transform to remove data redundancy, and the DCT coefficient quantization, Huffman codi
-
-
0下载:
基于DCT的图像压缩,可以自己改变量化强度,绝对可用!-DCT-image compression
-
-
0下载:
基于DCT变换的图像压缩处理,压缩比可自己调整(Image compression processing based on DCT transform)
-
-
0下载:
基于DCT的图像压缩的简单例子,方便新手学习。(DCT based image compression simple example, easy for beginners to learn.)
-