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

搜索资源列表

  1. zong

    0下载:
  2. 基于DCT的图像压缩及其MATLAB仿真实现,详细的过程可运行结果-DCT-based image compression and MATLAB Simulation, the process can run more results
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:934
    • 提供者:蒋燕
  1. dct

    0下载:
  2. 离散余弦变换以压缩图片代码 从而得到一个很好的压缩方式 并能很好的还原图像-Discrete cosine transform compressed image code to get a good compression and can restore a good image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1436
    • 提供者:翟宏杰
  1. matlab

    0下载:
  2. 基于matlab的DCT变换做的图像压缩处理,一些简单的处理-The DCT-based matlab to do image compression, some simple processing
  3. 所属分类:Wavelet

    • 发布日期:2017-04-02
    • 文件大小:1334
    • 提供者:孙文静
  1. FFT2

    0下载:
  2. fft2 and dct algorithm in image compression JPEG
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1664
    • 提供者:sheshesherif
  1. tuxiangyasuo

    0下载:
  2. 1、 利用DCT进行jpg压缩,其中DCT可以调用函数,其它尽量自己编写代码,压缩过程可进行适当简化(通过查书了解jpg的原理); 2、 对图像进行二值化,请利用二值图像压缩方法进行数据压缩,然后解压缩,看通过肉眼能否看清表盘数据,比较两种算法的压缩效果; -1, the use of DCT for jpg compression, which DCT can call the function, the other as far as possible to write your o
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:819873
    • 提供者:wenjing
  1. DCT

    0下载:
  2. 基于DCT的数字水印处理技术,本水印处理过程利用图像的缩放技术和调整原始图像的直方图,根据人眼视觉特性,在每个DCT变换块的DC分量上嵌入水印信息,并且在水印信息嵌入之前,对其进行置乱加密,提供双重安全保证,接着通过JPEG压缩攻击对DCT域的鲁棒性进行测试,证明了DCT的抗攻击能力。-DCT-based digital watermarking technique, the watermark processing technology and the use of image scaling
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:881
    • 提供者:zhangxibin
  1. Untitled

    0下载:
  2. 利用 DCT 变换编码方法进行图像压缩,提高信息传输的有效性及通信质量。-Transform coding method using DCT for image compression, enhance the effectiveness of information transmission and communication quality.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:878
    • 提供者:高雪莹
  1. mpeg

    0下载:
  2. MPEG编码以及DCT变换的理论基础,应用mpeg方法对视频图像的压缩处理-MPEG encoding and DCT transform theoretical basis, application mpeg video image compression
  3. 所属分类:matlab

    • 发布日期:2017-05-24
    • 文件大小:3439947
    • 提供者:HG
  1. JPEG-Encoder-Decoder

    0下载:
  2. JPEG图像压缩,赫夫曼编码,DCT变换,Zigzag遍历-JPEG image compression, Huffman coding, DCT transform, zigzag traversal
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:155674
    • 提供者:赵齐银
  1. 2ddct

    0下载:
  2. Image compression using DCT
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:697647
    • 提供者:Krish
  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. dct

    0下载:
  2. 对图像进行DCT正反变换,可以在matlab里面观察正变换后的数据,达到数据压缩。-DCT pros and transform the image in matlab which observed data is transformed to achieve data compression.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5834
    • 提供者:后效
  1. DCTPMATLAB

    1下载:
  2. 基于DCT变换的灰度图像压缩技术的几个程序段!-Several block DCT-based grayscale image compression technology.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-14
    • 文件大小:110685
    • 提供者:坏坏
  1. 1231313131

    0下载:
  2. 对JPEG的压缩标准进行了仿真,主要过程DCT压缩,根据JPEG的量化矩阵对DCT结果进行量化,对量化结果进行Huffman编码。同时也实现了解压缩过程,即执行上述过程的逆过程-Matlab image compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:166382
    • 提供者:王阳
  1. work

    0下载:
  2. 基于 DCT 的分形图像压缩,希望对有需要的人有用-DCT-based fractal image compression, and I hope useful to people in need
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7561
    • 提供者:倪海清
  1. matlab

    0下载:
  2. 基于matlab视频图像帧内编码,介绍基于DCT图像压缩原理。-Introduce image compression matlab video image frame coding,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:293128
    • 提供者:连牧雨
  1. CODES

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

    • 发布日期:2017-04-14
    • 文件大小:3251
    • 提供者:Raghubk4589
  1. DCTiDCT

    0下载:
  2. this source code about image compression using DCT-this is source code about image compression using DCT
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:83908
    • 提供者:ecal
  1. CODE

    0下载:
  2. image compression using dwt and dct
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:344896
    • 提供者:bhs
  1. MATLAB

    0下载:
  2. 本程序是基于频域信息处理的压缩方法,把通过DCT图像转换到频域,最后还原成压缩图像。-The program is based on frequency domain information processing of the compression method, through the DCT image into the frequency domain, and finally reduction into compressed image.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-20
    • 文件大小:2503
    • 提供者:mayuan
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 20 »
搜珍网 www.dssz.com