搜索资源列表
bianmashiyan
- 数字图像处理实验 根据原图像的直方图,发现背景和目标的分割值大约在130左右,并将灰度图像转为二值图像,分割效果比较理想。 图像处理实验(六)图像压缩与编码 实验目的: 学习JPEG压缩编码 实验内容: 一.实现基本JPEG的压缩和编码分三个步骤: 1. 首先通过DCT变换去除数据冗余; 2. 使用量化表对DCT系数进行量化; 3. 对量化后的系数进行Huffman编码。-digital image processing experiments based on
jpg_DCT
- 实现基本JPEG的压缩和编码 % 1. 首先通过DCT变换去除数据冗余; % 2. 使用量化表对DCT系数进行量化; % 3. 对量化后的系数进行Huffman编码。 -achieve basic JPEG compression and coding% 1. First through DCT remove data redundancy; % 2. Using quantitative table right DCT coefficient quantization; 3.
hu
- 实现基本JPEG的压缩和编码分三个步骤: 1. 首先通过DCT变换去除数据冗余; 2. 使用量化表对DCT系数进行量化; 3. 对量化后的系数进行Huffman编码。
jpeg
- jpeg压缩的matlab程序,包括分块,量化,霍夫曼编码,其中量化和霍夫曼编码用查表实现,提高速度。
jpeg
- 本代码可以把JPEG格式图像的,八段格式内容解析出来,输出到文档中把量化表输出到表各中,便于阅读解析JPEG图片的详细信息。
JPEG
- 实现JPEG的压缩和编码 (1)首先通过DCT变换去除数据冗余; (2)使用量化表对DCT系数进行量化; (3)对量化后的系数进行Huffman编码。
5ivb_487118
- vb jpeg编码这是一个比较完整的JPEG压缩程序,支持 彩色/灰度、Y分量水平/垂直采样律、图像质量 调整。使用的是最简单的基线系统(BaseLine)压缩方式,量化表及Huffman表都是与ACDSee一致的,没有提供自适应Huffman表压缩功能。-vb jpeg coding This is a relatively complete JPEG compression process, support for color / grayscale, Y component level /
JPEG分析
- 对于JPEG编码进行深入浅出的分析
JPEG.rar
- 图像JPEG压缩算法,由8*8DCT变换,调用量化表进行量化,最后由Huffman编码完成算法,JPEG image compression algorithm, the 8* 8DCT transform, quantization table calls to quantify, and finally completed by the Huffman coding algorithm
jpegtbx_1.4
- 在matlab环境下提取jpeg图像量化表-Extract jpeg image quantization table
jpeg_decode
- jpeg编码和解码,给出了jpeg文件量化表,编码表及其数据的读入-encoding and decoding jpeg, jpeg files are given quantization table, coding table and its data is read into
DCT
- ARM汇编,实现DCT算法,图像压缩,JPEG 需要loadmemory,里面附带load文件示例以及样子图片,raw格式-ARM compilation and realizing DCT algorithm, image compression, JPEG need loadmemory, incidental load inside sample documents, as well as look like picture, raw format
jpeg
- matlab实现jpeg编解码,对学习jpegde 很有帮助-jpeg codec matlab implementation of the study jpegde helpful
Dict.tar
- 基于数据库的对JPEG压缩图像的压缩历史中颜色空间转换,内插抽取,量化表等参数设定的估计。-dictionary-based jpeg compressed images jpeg compressed history dectection and quantizer estimation
jpeg
- JPEG 静态图像压缩 各文件功能说明如下: 1) JPEG压缩程序:gendat.exe 2) 为压缩后的数据加上JPEG文件头的程序genjpg.exe 3) 解JEPG压缩程序extrdat.exe 其中:(1)的输入参量是需要生成的压缩文件的名字。 主程序流程为: a) 程序初始化,读取文件名称、原始图像数据等基本数据; b) 从AC.TAB和DC.TAB两个文件生成AC表和DC表,存入数组 c) 以8×8为样本单位进行DCT变换 d) 以8×8为
JPEGcode
- JPEG编码器,霍夫曼,量化表,直流交流,DCT,量化表-JPEG encoder
SaveJPEG2
- 这是一个比较完整的JPEG压缩程序,支持 彩色/灰度、Y分量水平/垂直采 样律、图像质量 调整。使用的是最简单的基线系统(BaseLine)压缩方式, 量化表及Huffman表都是与ACDSee一致的,没有提供自适应Huffman表压缩功能。-This is a more complete JPEG compression process, support for color/grayscale, Y component horizontal/vertical sampling law,
Scrambling-technology-application
- 研究了一种图像水印技术, 该算法利用人类视觉系统( HVS)的特性, 根据JPEG量化表自适 应地调整, 采用随机置乱变换的方法进行空域关系调整, 将水印嵌入到图像的DCT 低频分量中-A kind of image watermarking techniques, the algorithm uses the human visual system (HVS) characteristics, according to adaptively adjust the JPEG quantiza
jpeg
- 基本思路:利用开源库实现对jpeg的解压缩以直接提取量化表,根据标准量化表和所提取量化表编写算法实现质量因子的求算。-The basic idea: the use of open-source library achieve solutions to jpeg compression quantization tables extracted directly calculating quality factor, according to the standard quantization
JPEG_Gray_image
- 基于JPEG的灰度图像压缩编码,内附测试图像及量化表(The gray image compression coding based on JPEG contains test image and quantization table)