搜索资源列表
-
0下载:
数字图像处理实验
根据原图像的直方图,发现背景和目标的分割值大约在130左右,并将灰度图像转为二值图像,分割效果比较理想。
图像处理实验(六)图像压缩与编码
实验目的: 学习JPEG压缩编码
实验内容:
一.实现基本JPEG的压缩和编码分三个步骤:
1. 首先通过DCT变换去除数据冗余;
2. 使用量化表对DCT系数进行量化;
3. 对量化后的系数进行Huffman编码。-digital image processing experiments based on
-
-
0下载:
基于DCT的图像压缩算法的研究图像压缩的必要性-DCT-based image compression algorithm of the need for image compression
-
-
0下载:
总结分析现有的题目相关图像压缩算法;对现有的主要图像压缩关键算法进行仿真实现,给出各种算法的优缺点和适用范围;选定本毕业设计采用方案,编出基于DCT变换的图像压缩仿真设计程序-analysis of topics related to the existing image compression algorithm; of the existing main key image compression algorithm simulation realized, given the advant
-
-
0下载:
基于MATLAB的DCT变换在jpeg图像压缩中的应用-MATLAB-based DCT transform in the jpeg image compression
-
-
0下载:
这是一个基于DCT的图像JPEG压缩程序,并将压缩码保存在一TXT文本中-This is a DCT-based JPEG image compression process, and code stored in a compressed text in TXT
-
-
1下载:
基于DCT压缩前后不变量,编写的抗JPEG压缩的数字图像认证水印算法,具有良好的抵抗压缩、剪切、篡改等性能的水印仿真程序-Around the DCT-based compression is not variable, the preparation of the anti-JPEG compression algorithm for digital image authentication watermark with good resistance to compression, shea
-
-
1下载:
基于DCT变换的二维图像压缩程序,在MATLAB中直接运行即可-Two-dimensional DCT-based image compression process can be run directly in MATLAB
-
-
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.
-
-
0下载:
JPEG标准中规定了4种压缩模式[15]:顺序编码(Sequential encoding),渐进编码(Progressive encoding),等级编码(Hierarchical encoding),无损编码(Lossless encoding)。应用最为广泛的为基于DCT变换的顺序编码,也称之为基准模式(Baseline mode),其它几种模式都以此为基础。这里,采用了JPEG基准模式对图像进行压缩,在基准模式中,熵编码采用哈夫曼编码方法。
-JPEG standard specif
-
-
1下载:
基于离散余弦变换(DCT)的图像压缩算法matlab实现-Based on the discrete cosine transform (DCT) image compression algorithm matlab implementation
-
-
0下载:
基于matlab的DCT变换做的图像压缩处理,一些简单的处理-The DCT-based matlab to do image compression, some simple processing
-
-
0下载:
基于DCT的数字水印处理技术,本水印处理过程利用图像的缩放技术和调整原始图像的直方图,根据人眼视觉特性,在每个DCT变换块的DC分量上嵌入水印信息,并且在水印信息嵌入之前,对其进行置乱加密,提供双重安全保证,接着通过JPEG压缩攻击对DCT域的鲁棒性进行测试,证明了DCT的抗攻击能力。-DCT-based digital watermarking technique, the watermark processing technology and the use of image scaling
-
-
0下载:
基于DCT变换的图像压缩matlab实现,检测可用,值得参考。-Image compression based on DCT matlab implementation, testing available, worthy of reference.
-
-
0下载:
基于DCT变换的图像压缩matlab实现,开发环境为matlab-DCT-based image compression matlab implementation, development environment for matlab
-
-
0下载:
随着科学技术的发展,图像压缩技术越来越引起人们的关注。为此从众多的图像压缩编码标准中选取了基于DCT变换的JPEG图像压缩编码算法进行研究,并通过对比分析各种软件特性选取了MATLAB进行实验仿-With the development of science and technology, image compression technology is increasingly a cause for concern. To do this, select from a large number
-
-
1下载:
本代码主要应用于图像压缩,代码包括采用二维离散余弦变换(DCT)进行图像压缩、采用小波变换进行图像压缩以及基于小波变换与混沌排序图像加密压缩、解密重构
hundungen 是ex3的子程序:产生混沌序列-This code is mainly used in image compression, including the use of code dimensional discrete cosine transform (DCT) for image compression, image
-
-
0下载:
基于DCT离散余弦变换的图像压缩程序,里面还有BDCT代码段。-DCT image compression based on discrete cosine transform procedures, there is also BDCT code.
-
-
0下载:
基于DCT变换的图像压缩处理,压缩比可自己调整(Image compression processing based on DCT transform)
-
-
0下载:
基于DCT的图像压缩的简单例子,方便新手学习。(DCT based image compression simple example, easy for beginners to learn.)
-
-
0下载:
基于离散余弦变换实现图像压缩。程序可以直接运行。(Image compression based on discrete cosine transform.)
-