Description: 这是一个基于DCT的jpeg图像压缩编码算法的MATLAB实现的程序,对做jpeg压缩的朋友会很有帮助-this is matlab jpeg compression based on dct,it is helpful for who embark on jpeg compression. Platform: |
Size: 40960 |
Author:杨晖 |
Hits:
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: 这是使用小波变换,jpeg以及DCT变换对图像进行的压缩
-This is the use of wavelet transform, and the DCT jpeg images of the compression Platform: |
Size: 563200 |
Author:yangfeng |
Hits:
Description: oJPEG2000中DWT的MATLAB实现n the use of discrete cosine transform DCT jpeg compression Matlab source, simple and practical, the Notes have a good time-DWT of MATLAB in oJPEG2000 realize n the use of discrete cosine transform DCT jpeg compression Matlab source, simple and practical, the Notes have a good time Platform: |
Size: 357376 |
Author:小户 |
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: 基于DCT域的鲁棒水印,能抗击一定程度的压缩,剪切等攻击-Based on the DCT domain robust watermarking, can fight against a certain degree of compression, shear, such as attacks Platform: |
Size: 43008 |
Author:Robin |
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: 已知两个不同图像块亮度数据如下:
(1)分析DCT原理,采用DCT方法,编程并计算相应的DCT系数,分析系数分布特点。
(2)依据视觉特性分析量化表步长的分布特点,完成DCT系数量化。
(3)采用Z形扫描,实现输出数据的统计编码,形成Video stream。
(4)采用IDCT重建图像亮度数据,计算SAD大小,分析产生误差的原因及采用DCT进行数据压缩的原理。( )
(5)分别利用左上角1、3、6个系数重建图像,计算相应的SAD,并由此分析直流和低频系数的重要性。
-Known brightness of two different image data block is as follows: (1) Principles of analysis of DCT, the DCT method, program and calculate the corresponding DCT coefficient, analysis of distribution coefficients. (2) quantitative analysis based on visual characteristics of the distribution of long-form features step-by-step to complete the DCT coefficient quantization. (3) the use of Z-scan output data to achieve statistical encoding, the formation of Video stream. (4) the use of the reconstructed image brightness IDCT data to calculate the SAD size, analysis of the causes of errors and the use of DCT for the principle of data compression. () (5), respectively, a factor of 1,3,6 using the upper left corner of the reconstruction of images, calculating the corresponding SAD, and the resulting analysis of DC and the importance of low-frequency coefficients. Platform: |
Size: 1024 |
Author:张元 |
Hits:
Description: 对JPEG的压缩标准进行了仿真,主要过程DCT压缩,根据JPEG的量化矩阵对DCT结果进行量化,对量化结果进行Huffman编码。同时也实现了解压缩过程,即执行上述过程的逆过程。-JPEG compression standard of the simulation, the main process of DCT compression, according to the JPEG quantization matrix to quantify the results of the DCT, to quantify the results of Huffman coding. At the same time compression process to achieve understanding, that is, the inverse process of the implementation of the process. Platform: |
Size: 5120 |
Author:Justin |
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: 2D-DCT 压缩图像后,通过QPSK,AWGN信道编码传输后,IDCT解压缩回原始图像,适用于任何图像-Using DCT to compress the orginal image, I use zigzag program, quantization, dct compression, then change the vector to bineary bit to pass through the QPSK channel. And from the binary array, I use IDCT to reconstructe the orignial image. working perfectly. Platform: |
Size: 4036608 |
Author:Jackie |
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:
Description: bmp DCT 压缩
对原图像进行DCT变换,数据压缩,丢弃右下角高频数据,进行DCT反变换,得到压缩后的图像-bmp DCT compression of the original image DCT transform, data compression, discarding the lower right corner frequency data, DCT inverse transform, the images are compressed Platform: |
Size: 156672 |
Author:zjj |
Hits: