CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - jpeg dct matlab

搜索资源列表

  1. work.rar

    3下载:
  2. 常用图像压缩编码码matlab实现。包括:DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程。非常适合入门用户实践。,Commonly used image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Hu
  3. 所属分类:压缩解压

    • 发布日期:2017-04-10
    • 文件大小:181294
    • 提供者:liliang
  1. workingjpeg.zip

    0下载:
  2. JPEG DCT based baseline method which divides the image into 8x8 blocks and quantize anthen entropy coded.,JPEG DCT based baseline method which divides the image into 8x8 blocks and quantize anthen entropy coded.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:3052
    • 提供者:anitha
  1. JPEG.rar

    7下载:
  2. 图像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
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-01-12
    • 文件大小:169176
    • 提供者:宇翔
  1. jpeg

    2下载:
  2. 对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,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:4617
    • 提供者:Justin
  1. JPEG-DCT

    1下载:
  2. JPEG中DCT 变换在 matlab中的实现 相当简便-JPEG in the DCT transform in matlab in the realization of a very simple
  3. 所属分类:图形图象

    • 发布日期:2013-05-21
    • 文件大小:1414
    • 提供者:蔡同学
  1. jpeg

    0下载:
  2. 一个图像处理程序,使用DCT快速算法,只需把源码改成m文件即可。-An image processing procedures, the use of DCT fast algorithm, just the source file can be replaced by m.
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:2017
    • 提供者:volcano
  1. jpegtbx_1.4

    0下载:
  2. 可以直接读取JPEG格式图片的DCT系数-Can be directly read JPEG format image DCT coefficients
  3. 所属分类:Graph program

    • 发布日期:2017-04-17
    • 文件大小:95019
    • 提供者:王伟
  1. JPEGCOMPRESS

    0下载:
  2. 这是一个基于DCT的图像JPEG压缩程序,并将压缩码保存在一TXT文本中-This is a DCT-based JPEG image compression process, and code stored in a compressed text in TXT
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:59211
    • 提供者:yang
  1. test3

    2下载:
  2. 编程实现基于8×8子块的DCT图像变换,基于JPEG量化矩阵的量化与反量化,基于8×8子块DCT的图像重建;以一幅512×512、8比特/象素的图像为实验对象,计算重建后的PSNR。-Programming based on 8 × 8 sub-block of the DCT image transform, quantization matrix based on the JPEG quantization and anti-quantitative, based on the 8 × 8
  3. 所属分类:图形图象

    • 发布日期:2017-04-14
    • 文件大小:111990
    • 提供者:zfyplay
  1. DFilter_Research

    0下载:
  2. 波器结构研究与子波变换域图像降噪研究 论文包括两个方面:离散余弦变换(DCT)的快速算法及滤波器实现结构, 子波变换域图像门槛降噪。离散余弦变换是广泛应用十信号处理、图像处理领 域的重要工具之一,已经被多个国际标准所接受,如JPEG, MPEG, H.263等。 DCT应用到实际系统中的前提是具有能够快速实现的算法,自从1977第一个 真正的DCT快速算法出现以来,寻求更快、更规则、更简单的DCT快速算法一 直是信号处理领域的一个研究方向。论文针对应用中对DCT长度的各
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-10
    • 文件大小:1903155
    • 提供者:鬼子皮
  1. dct

    0下载:
  2. 利用dct实现JPEG在Matlab环境下图像压缩程序-Matlab environment in JPEG image compression procedure
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:3531
    • 提供者:石头
  1. rgbquadtreehojoon

    0下载:
  2. This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:128452
    • 提供者:Ho Joon Lee
  1. jpeg

    1下载:
  2. 本上传是在matlab环境下实现图像的基于DCT的JPEG压缩,上传内容包括主程序、子函数和实验原理pdf。可供朋友学习与参考。-This upload is in the matlab environment to achieve the image DCT-based JPEG compression, upload content, including the main program, subroutine and experimental principles of pdf. For
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:136078
    • 提供者:马妍
  1. DCT_based_Data_hiding

    0下载:
  2. DCT-based Data hiding: dataHide.m Hide the logo image into the original dataExtract.m Extract the logo image from the original findData.m Verify the robustness of the data hiding method 。and use jpeg compress -DCT-based Data hiding: dataHide.m H
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:5420
    • 提供者:
  1. matlab

    0下载:
  2. jpeg to data matrix in r,g,b
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2822222
    • 提供者:suhu
  1. itu-t81[1]

    0下载:
  2. Implementation of JPEG compression algorithm with JFIF header being appended.This project involves writting code for following steps : Chroma subsampling,partitioning ,level shifting,DCT,quantization,zigzag scanning(involves DC differential coding &
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:967167
    • 提供者:dwn
  1. dct

    0下载:
  2. 在一个图像块中调整两个(或多个) DCT系数的相对大小。将描述一个使用数字图像作为载体的系统。在编码处理中,发送者将载体图像分成8×8的像素块,每一块只精确地编码一个秘密信息位。嵌入过程开始时,首先伪随机地选择一个图像块bi,用它对第i个消息比特进行编码。令Bi=D{bi}为DCT变换后的图像块。 在通信开始前,发送者和接收者必须对嵌入过程中使用的两个DCT系数的位置达成一致,让我们用(u1,v1)和(u2,v2)来表示这两个索引。这两个系数应该相应于余弦变换的中频,确保信息保存在信号的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1526389
    • 提供者:ljh
  1. jpeg

    0下载:
  2. jpeg compression , use DCT, Zigzag, Quantization,IDCT, InvZigzag, huffman to do the compression with matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:4780
    • 提供者:phoenix
  1. DCT_JPEG

    4下载:
  2. 给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。-Given to th
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-11-09
    • 文件大小:175104
    • 提供者:
  1. JPEG encoder decoder

    0下载:
  2. a program that encod and decode an image with jpeg stadard, using the dct transform
  3. 所属分类:图形图象

    • 发布日期:2018-01-07
    • 文件大小:54272
    • 提供者:bilabila
« 12 3 4 »
搜珍网 www.dssz.com