Description: 对原始灰度图像 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 diagram 8 8 DCT, the only difference reservations DC coefficient, and the preservation of the former 4, 8 or 16 DCT coefficients (DC+ AC), and then separately IDCT transformation, the results of the comparison. 2. Using Matlab-Image Processing Toolbox to achieve the function. Platform: |
Size: 1024 |
Author:朱晓路 |
Hits:
Description: 数字图像处理实验
根据原图像的直方图,发现背景和目标的分割值大约在130左右,并将灰度图像转为二值图像,分割效果比较理想。
图像处理实验(六)图像压缩与编码
实验目的: 学习JPEG压缩编码
实验内容:
一.实现基本JPEG的压缩和编码分三个步骤:
1. 首先通过DCT变换去除数据冗余;
2. 使用量化表对DCT系数进行量化;
3. 对量化后的系数进行Huffman编码。-digital image processing experiments based on the original image histogram, found background and objectives of the divided about the value of around 130 and two gray-scale image to image, Segmentation more satisfactory results. Image processing experiments (6) Image Compression and Coding of the experiment : Learning JPEG compression coding experiment : one. Basically JPEG compression and coding in three steps : 1. First through DCT remove data redundancy; 2. Using quantitative table right DCT coefficient quantization; 3. Right quantized coefficients of Huffman coding. Platform: |
Size: 4096 |
Author:qq |
Hits:
Description: 图像压缩中的快速DCT变换及其反变换的原理与实现-Fast image compression DCT transform and its inverse transform and realization of the principle Platform: |
Size: 83968 |
Author:W.Huayi |
Hits:
Description: 用Verilog HDL编写的离散余弦变换,可用于视频图像压缩,并在modelsim SE6.0中仿真通过-Verilog HDL prepared with discrete cosine transform can be used for video image compression, and modelsim SE6.0 simulation through Platform: |
Size: 1024 |
Author:yangyanwen |
Hits:
Description: 使用DCT算法实现8X8的BMP图像压缩的一个源代码,希望对大家有用~-8x8 algorithm using DCT image compression of BMP, a source code, in the hope that useful to everyone ~ Platform: |
Size: 3072 |
Author:viconia |
Hits:
Description: 用matlab做的基于DCT变换的图像压缩源码,先把图像分成8X8 的子块,然后做DCT变换,再量化,在恢复重建图像-Using matlab to do DCT-based transform image compression source code, first image is divided into 8x8 sub-block, and then make DCT transform, and then quantified, at the resumption of the reconstructed image Platform: |
Size: 1024 |
Author:张子木 |
Hits:
Description: 利用DCT变化对tif图像进行压缩利用DCT变换进行图像压缩的MATLAB程序-Changes in the use of DCT compression of tif images using DCT transform image compression MATLAB program Platform: |
Size: 802816 |
Author:ruiomar |
Hits:
Description: 这是一个基于DCT的图像JPEG压缩程序,并将压缩码保存在一TXT文本中-This is a DCT-based JPEG image compression process, and code stored in a compressed text in TXT Platform: |
Size: 59392 |
Author:yang |
Hits:
Description: This the Discrete cosine tranform matlad code which is useful for image compression and also it show-This is the Discrete cosine tranform matlad code which is useful for image compression and also it show Platform: |
Size: 1096704 |
Author:sunil |
Hits:
Description: a dct code i tried.. the image compression using dct divides the image into various blocks n the performs the dct code on it -a dct code i tried.. the image compression using dct divides the image into various blocks n the performs the dct code on it .. Platform: |
Size: 1024 |
Author:anup |
Hits:
Description: The discrete cosine transform (DCT) is a technique for converting a signal into elementary
frequency components. It is widely used in image compression. Here we develop some simple
functions to compute the DCT and to compress images.
These functions illustrate the power of Mathematica in the prototyping of image processing
algorithms.
The Platform: |
Size: 62464 |
Author:almolla |
Hits:
Description: 将图象分块(8*8),作DCT变换,并作IDCT:DCT是一种可分离图象变换,用来图象压缩编码,IDCT用来解压缩。-The image sub-block (8* 8) for the DCT transform, and to make IDCT: DCT is a separable image transformations, is used to image compression coding, IDCT is used to decompress. Platform: |
Size: 7168 |
Author:zy |
Hits: