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

搜索资源列表

  1. codecjif.tar

    0下载:
  2. 优化后的JIF/JPEG压缩文件解码器,减少了DCT变换的信息丢失-optimization of JIF/JPEG compressed file decoder, a reduction of DCT information loss
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:613261
    • 提供者:
  1. MATLABDCT

    0下载:
  2. 基于MATLAB的DCT变换在jpeg图像压缩中的应用-MATLAB-based DCT transform in the jpeg image compression
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-05
    • 文件大小:109350
    • 提供者:zhanglei
  1. jpeg

    0下载:
  2. 正向DCT变换的算法,由于采用的是浮点算法,因此它的算法是比较准确的.-Forward DCT Transform algorithm, as a result of using floating-point arithmetic, so it s algorithm is more accurate.
  3. 所属分类:Graph program

    • 发布日期:2017-05-06
    • 文件大小:1089295
    • 提供者:liusheng
  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. libjpeg-original

    0下载:
  2. 该源码可以实现jpeg图像的压缩。以调试运行,可以运行了!-You can obtain it!It is perfect.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-02
    • 文件大小:1002004
    • 提供者:占 飞
  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. jpeg compression and expansion :P
  3. 所属分类:Exploit

    • 发布日期:2017-04-03
    • 文件大小:783
    • 提供者:gaurav
  1. jpeg_decode

    0下载:
  2. 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-jpeg decoder using Huffman encoder、IDCT based on foating decoder、Fixed-point integer decoder and Fi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:103743
    • 提供者:倾泠月
  1. JPEG

    0下载:
  2. JPEG编码硬件加速器,采用DCT算法,其中含有skew circular convolution单元,其构架设计能以精简的电路,同时满足DCT与IDCT的需求。-Accelerator hardware JPEG encoder, the DCT algorithm, which contains skew circular convolution module, the framework in order to streamline the design of the circuit, a
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:40358
    • 提供者:Antonio
  1. arithmetic_of_jpg

    0下载:
  2. DCT变换用于JPEG压缩编码的实验,实验目的:掌握DCT变换的基本运算和JPEG编码的基本过程-DCT transform coding for the JPEG compression experiments Objective: To master the basic computing DCT transform coding and JPEG basic process
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-01
    • 文件大小:113798
    • 提供者:super
  1. JPEGcompression

    0下载:
  2. 本程序实现了一个基本的灰度图像的JPEG压缩过程。其中的函数可实现DCT变换。-It shows what a jpeg compression is all about.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:4656
    • 提供者:张军
  1. JPEG_Decode

    0下载:
  2. Source Code for JPEG Decode using Feig DCT to improve the efficiency
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-27
    • 文件大小:403976
    • 提供者:刘宝渊
  1. jpeg2avihojoon

    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-04-02
    • 文件大小:1448
    • 提供者:Ho Joon Lee
  1. jpeg_encode+decoderhojoon

    1下载:
  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
    • 文件大小:2938
    • 提供者:Ho Joon Lee
  1. CadTool_ETRI_Final

    1下载:
  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. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:189368
    • 提供者:Ho Joon Lee
  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. jpegc

    0下载:
  2. 本文档实现了JPEG压缩算法,字组织比较简陋, 大体上分成 3 个部分. 压缩算法简介 1. 色彩模型 2. DCT (离散余弦变换) 3. 重排列 DCT 结果 4. 量化 5. 0 RLE 编码 6. 范式 Huffman 编码 7. DC 的编码 解码过程简述 8. 一个数据单元 Y 的解码 9. JPG 文件(Byte 级)里怎样组织图片信息 10. 关于标记 11. JPG 文件中 Haffman 表的储存
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:844086
    • 提供者:george
  1. jpeg

    2下载:
  2. 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为
  3. 所属分类:Windows Develop

    • 发布日期:2014-07-01
    • 文件大小:12181
    • 提供者:太平洋
« 1 2 3 45 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com