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

搜索资源列表

  1. dct-compress

    1下载:
  2. 基于离散余弦变换(DCT)的图像压缩算法matlab实现-Based on the discrete cosine transform (DCT) image compression algorithm matlab implementation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-05-13
    • 文件大小:1769
    • 提供者:高凯
  1. dct

    1下载:
  2. 基于FPGA的图像压缩算法程序,自己写的,可以参考一下-FPGA-based image compression algorithm, write your own, you can refer to
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:1762
    • 提供者:YF
  1. DCT-MATLAB

    0下载:
  2. 利用DCT变换对灰度图像进行压缩,求出压缩比;对比不同压缩比的图像。-DCT transform using grayscale image compression, the compression ratio obtained compare different compression ratio of the image.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1028200
    • 提供者:吴原远
  1. Image-compression-based-on-DCT-

    0下载:
  2. 基于DCT变换的图像压缩matlab实现,检测可用,值得参考。-Image compression based on DCT matlab implementation, testing available, worthy of reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:1317
    • 提供者:Lee Simth
  1. DCT

    0下载:
  2. DCT 图像压缩 算法 源代码 不用matlab本身自带的源代码-DCT image compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:3035
    • 提供者:Mengjuan
  1. implementation-of-image-compression-using-dct-abs

    0下载:
  2. image compression using dct
  3. 所属分类:Graph program

    • 发布日期:2017-03-25
    • 文件大小:6258
    • 提供者:bassam
  1. image-compression

    0下载:
  2. 图像压缩的matlab源码,基于dct的静态图像的压缩-Image compression matlab source code, based on the the dct static image compression
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:14800
    • 提供者:于朝辉
  1. Image-compression-coding-design

    0下载:
  2. 本实验为设计性实验,其目的是理解有损压缩的概念,特别是通过K-L变换或DCT变换,掌握压缩编码的基本原理、算法,并通过编程给予实现,对原始图像数据和解压后的图像数据进行失真估计,了解压缩性能及其重建效果的影响、作用,给出适当的理论分析。-Image compression coding program design
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:11883
    • 提供者:oscar
  1. Image-Compression

    0下载:
  2. 图像压缩实验,实现基本JPEG的压缩和编码的三个步骤,DCT变换去除数据冗余,DCT系数进行量化,对量化后的系数进行Huffman编码-Image compression experiments, the three steps of the basic JPEG compression and encoding, DCT transform to remove data redundancy, and the DCT coefficient quantization, Huffman codi
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:6039
    • 提供者:茗汀
  1. DCT-8x8

    0下载:
  2. 使用DCT算法实现8X8的BMP图像压缩的一个源代码,希望对大家有用~-8x8 algorithm using DCT image compression of BMP, a source code, in the hope that useful to everyone ~
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:3525
    • 提供者:rowthof
  1. image-compression-final

    0下载:
  2. DCT算法对图像进行压缩解压,并且计算压缩比-The DCT algorithm to calculate the compression ratio for image compression decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:95363
    • 提供者:wish
  1. DCT

    0下载:
  2. DCT图像压缩和反DCT,里面有程序说明和运行结果- DCT image compression and anti-DCT, which has a descr iption of the procedures and the results
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:294159
    • 提供者:王斌
  1. dct

    0下载:
  2. DCT图像压缩:此源代码变换域系数选取采用区域编码,通过非零区域的选择,呈现不同的恢复效果-DCT image compression: This source code transform domain coefficients using the selected coding region, by choosing a non-zero area, showing the effect of different recovery
  3. 所属分类:Compress-Decompress algrithms

  1. DCT-and-Image-Compression

    0下载:
  2. DCT and Image Compression In the JPEG image compression algorithm, the input image is divided into 8-by-8 or 16-by-16 blocks, and the two-dimensional DCT is computed for each block. The DCT coefficients are then quantized, coded, and trans
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1431
    • 提供者:Eldhose
  1. IMAGE-COMPRESSION

    0下载:
  2. this the code for image compression using Dct-this is the code for image compression using Dct
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:324304
    • 提供者:prash
  1. image compression

    0下载:
  2. matlab program for image compression using dct
  3. 所属分类:matlab例程

    • 发布日期:2014-04-20
    • 文件大小:1121
    • 提供者:pillaireshu31
  1. DCT

    0下载:
  2. 基于DCT离散余弦变换的图像压缩程序,里面还有BDCT代码段。-DCT image compression based on discrete cosine transform procedures, there is also BDCT code.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:6118
    • 提供者:huyuan
  1. Image-compression-based-on-DCT

    0下载:
  2. Image compression based on DCT MATLAB File
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:41375
    • 提供者:haniyeh
  1. image-compression-DCT

    0下载:
  2. This fils contains a matlab code for image compression with DCT
  3. 所属分类:File Formats

    • 发布日期:2017-05-04
    • 文件大小:22735
    • 提供者:wafa derouaz
  1. im2dct

    0下载:
  2. image compression using dct
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:3072
    • 提供者:advise20023
« 1 2 34 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com