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

搜索资源列表

  1. JPEG-DCT

    0下载:
  2. 将lena.bmp图像进行JPEG压缩,使用dct变换和量化编码。-Will lena.bmp images to JPEG compression using dct transform and quantization coding.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:194539
    • 提供者:liwenyi
  1. MATLAB-DCT

    0下载:
  2. 基于MATLAB的DCT变换在JPEG图像压缩中的应用
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:210133
    • 提供者:金煜
  1. dct

    0下载:
  2. 在编码端,影像首先被分割成8 8块。 DCT的操作,然后 适用于每个图像块。据国际视频标准(JPEG,H.261...), 变换系数四舍五入到最接近的整数,并剪辑成12位( 2048至 2047)。这些系数,然后根据锯齿扫描顺序安排到1-D数据阵列。 然后,选择一些系数和量化。在解码器端,量化系数 反DCT(IDCT)重建。 IDCT的输出调整和裁剪,以0 255。 (我们只有Y信号处理。),DCT,量化和锯齿扫描规格 为了下页。 下面
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:564222
    • 提供者:cky
  1. Embedded-in-the-DCT-coefficients-

    0下载:
  2. 在图像的DCT系数上嵌入信息,图像为常见的512*512大小的灰度图(实验所用图像为LENA.BMP)。嵌入的信息为一二进制Logo图(实验所用logo图为tj-logo.bmp),该图大小为32*32,共1024个Bit。 1. 在LENA图中嵌入水印,输出嵌入后的水印图像。 2. 对水印图像解码,输出解码后得到的logo图,并统计错误率。 3. 使用不同的嵌入强度进行嵌入,观察其对作品直觉效果和解码效果的影响,绘制相应的曲线。 4. 使用加入噪声、改变对比度、JPEG压缩等攻
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:986494
    • 提供者:lsc
  1. jpeg

    1下载:
  2. JPEG的压缩编码及其matlab实现,包含了DCT变换,量化,AChuffman编码,DChuffman编码。-Of JPEG compression matlab to achieve, including the DCT, quantization, AChuffman coding, DChuffman coding.
  3. 所属分类:matlab例程

    • 发布日期:2013-12-24
    • 文件大小:435485
    • 提供者:qxh
  1. JPEG

    0下载:
  2. 本程序实现简单JPEG压缩编码和解码功能。将一副64*64的灰度图进行JPEG压缩编码,编码过程包含DCT转换,量化,ZigZag扫描和游程编码。不包含DC分量的DPCM编码和最后的霍夫曼编码,但是基本实现了JPEG编码,具有较好的压缩率。-This procedure is simple JPEG compression encoding and decoding functions. This is a 64* 64 grayscale JPEG compression encoding p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:888836
    • 提供者:hechao
  1. JPEG-Encoder-Decoder

    0下载:
  2. JPEG图像压缩,包括了DCT变换,Z扫描,量化和Huffman编码-JPEGimagine compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:59647
    • 提供者:qiancongrong
  1. JPEG

    0下载:
  2. JPEG compression in image processing using DCT
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3180
    • 提供者:Anupa
  1. dct_compression

    0下载:
  2. a simplified version of the compression algorithm baseline DCT JPEG-a simplified version of the compression algorithm baseline DCT JPEG
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1217
    • 提供者:PhilipMorris
  1. Color-Image-JPEG-Compression

    2下载:
  2. 彩色图像的压缩与解压的程序,网上关于图像压缩的程序基本上是黑白图像的压缩,我参考别人黑白图像压缩的源码改写出了彩色图像的压缩与解压的程序,里面包括色域的转换、DCT变换等-Compression of color images online image compression and decompression program, the program is basically a black and white image compression, my reference to the ot
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:560649
    • 提供者:琦琦
  1. jpeg-Cp2Bp2B

    0下载:
  2. 详细 的基于DCT变换和霍夫曼的 JPEG压缩-With text to explain in detail the JPEG decoding C++ write
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-24
    • 文件大小:2615799
    • 提供者:方颖
  1. DCT

    0下载:
  2. 数字视频图像处理大作业。MPEG-1、MPEG-2及JPEG标准中都采用了基于图像块的DCT变换编码,根据已学知识完成下列问题:-Digital video image processing operations.Mpeg-1, mpeg-2, and JPEG standard are adopted based on image block DCT transform coding, according to the knowledge to complete the following q
  3. 所属分类:CAD

    • 发布日期:2017-11-21
    • 文件大小:271012
    • 提供者:ly
  1. JPEGEncoderDecoder

    0下载:
  2. 基于dct的jpeg压缩编码源程序,可完整运行-Based on the DCT jpeg compression coding source, complete run
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:131047
    • 提供者:官营
  1. tuxiangyasuo

    0下载:
  2. 基于DCT的JPEG图像压缩编码算法的MATLAB实现 希望可以帮到大家-DCT-JPEG image compression coding algorithm MATLAB-based hope you can help
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:123286
    • 提供者:王宣
  1. JPEG

    0下载:
  2. JPEG编码(基于子块DCT变换编码,什么是量化,体验DCT系数(直流系数、交流系数)以及量化步长对图像的影响)-JPEG encoding (based on sub-block DCT transform coding, what is quantitative, experience DCT coefficients (DC coefficient and AC coefficient) and quantization step size affect the image)
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:127500
    • 提供者:wuxiaojuan
  1. dct-end

    0下载:
  2. 包括基于JPEG环境下的DCT编码中的全部代码和思路清晰-Including JPEG-based DCT coding environment in all the code and clear thinking
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-14
    • 文件大小:2757
    • 提供者:lily
  1. JPEG

    1下载:
  2. 实现图像的JPEG压缩和解压,包含DCT、Zigzag、Huffman等算法。-Implement JPEG image compression and decompression, including the DCT, Zigzag, Huffman algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:70520
    • 提供者:qi
  1. fpga-jpeg

    2下载:
  2. 包含DCT变换,RGB2YCBCR,JPEG等多个verilog代码及工程-Contains DCT transform, RGB2YCBCR, JPEG and many other verilog code and project
  3. 所属分类:VHDL-FPGA-Verilog

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

    0下载:
  2. JPEG DCT Transform & Quantization
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3671
    • 提供者:leegaya
  1. jpeg

    0下载:
  2. 本代码由matlab语言编写,实现了jpeg算法,主要为了说明基本的JPEG功能。经过DCT变化,量化,进行DPCM编码,然后之字形扫描AC系数,进行行程(LZW)编码。 显示原始图象和经编码解码后的图象,显示压缩比,并计算均方根误差。-The code consists of matlab language, to achieve a jpeg algorithm, mainly to illustrate the basic functionality of JPEG. After chan
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:4636
    • 提供者:wyd
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com