搜索资源列表
图像dct变换的程序
- 对原始灰度图像 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
piccompress.rar
- 图像压缩编码,dct变换,量化, Z字形扫描 行程编码,Image compression, dct transform, quantization, Z-shaped scan length encoding
dct
- 利用DCT进行图像压缩(首先将图像分割成8×8的图像,对每个子图像进行DCT,这样每个子图像有64个系数,舍去50%小的变换系数,进行2:1的压缩。)-The use of DCT for image compression
DCT
- 数字信号处理实验,DCT图像压缩,内含有matlab实验m文件以及实验报告,供大家参考。-Digital signal processing experiment, DCT image compression, contains matlab experiment m documents and the experiment report for your reference.
DCTchange
- DCT变换程序,将一组给定的8*8图像块经过DCT变换为另一个8*8矩阵,并计算输出压缩比。-DCT transform process, a given set of 8* 8 image block after DCT transform for another 8* 8 matrix, and calculate the output compression ratio.
JPEG
- JPEG压缩全过程,压缩和解压缩,改程序是编写静止图像必须学习得程序,内容丰富,需要耐心学习,先搞懂图像压缩的过程,包括颜色空间转换,DCT变换,Huffman编码,量化等过程-JPEG compression and decompression
code
- 基于FFT变换、DCT变换、HT变换、小波变换和矢量量化技术的图像压缩的Matlab实现。-Based on the FFT transform, DCT transform, HT transform, wavelet transform and vector quantization image compression technology, the Matlab implementation.
yansuoDCT
- 适用于图像压缩的二维8×+8+DCT查表快速算法研究,纪绣花,张彩明-Applicable to two-dimensional image compression 8 ×+8+ DCT fast algorithm for look-up table, Ji embroidery, Cai-Ming Zhang
dip4
- 对原始灰度图像进行图像压缩,对此图进行 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
dct
- 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
imagedatabase
- 本文首先介绍了静态图像压缩(jpeg)编码算法的基本原理、压缩的实现过程及其重要过程的离散余弦变换(DCT)算法的实现原理及软件实现的例程,所需图像-This paper describes the static image compression (jpeg) coding algorithm is the basic principle of compression process and the important process of the realization of discret
image
- DCT算法实现,图像压缩的实现,图像压缩,视频压缩之类的代码,谢谢分享-DCT algrithem implementation
HierarchicalvectorquantizationDCT
- 分层矢量量化DCT图像压缩算法设计与实现 计算机应用技术专业 论文-Hierarchical vector quantization DCT image compression algorithm design and implementation of Computer Application Technology Paper
jpeg_compression_encode
- jpeg图像压缩编码程序,图像的DCT变换是调用Matlab自带的DCT变换函数dct来完成-jpeg image compression coding process, DCT transform is called the image that comes with Matlab DCT dct to complete the transformation function
DCT
- 二维离散余弦变换 c# 实现图像压缩和特征提取 -Discrete Cosine Transform for Feature Extraction Decription: Implementation of 2D discrete cosine transform in c# Download source: http://www.codeproject.com/KB/GDI/2D-DCT.aspx
lean
- 基于MATLAB的图像压缩,DCT变换,huffman编码-Image compression
DCT
- 本文是关于DCT的图像压缩,量化,编码,重建图像-This article is about the DCT for image compression, quantization, coding, image reconstruction
DCT-based-image-coding
- 基于DCT的图像压缩编码,很简洁,很实用,-DCT-based image coding, very simple, very practical,
DCT变换图像压缩
- 基于DCT变换的图像压缩处理,压缩比可自己调整(Image compression processing based on DCT transform)
Image Compression with DCT
- 基于DCT的图像压缩的简单例子,方便新手学习。(DCT based image compression simple example, easy for beginners to learn.)