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

搜索资源列表

  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
    • 文件大小:165.21kb
    • 提供者:宇翔
  1. JPEG-for-Matlab

    1下载:
  2. 本程序是用matlab实现的,用来对图像进行JPEG方式的压缩,从而达到减少图像传输量的目的!-This procedure is realized matlab for JPEG image compression methods to reduce the amount of image transmission purpose!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-25
    • 文件大小:70.13kb
    • 提供者:马行空
  1. JPEG@matlab

    0下载:
  2. 利用matlab实现图像的jpeg压缩的源代码,经过测试可以使用-Matlab image using the jpeg compression of the source code can be tested using
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:83.86kb
    • 提供者:邓俊
  1. ArithemeticCoding

    0下载:
  2. 这个算术编码是对大量英文文本进行压缩,只适合英文文本压缩(适当修改可以用于图像压缩)-The arithmetic coding is a lot of English text compression, is only suitable for English text compression (with appropriate modifications can be used for image compression)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:16.8kb
    • 提供者:倪广波
  1. dct

    4下载:
  2. 利用DCT进行图像压缩(首先将图像分割成8×8的图像,对每个子图像进行DCT,这样每个子图像有64个系数,舍去50%小的变换系数,进行2:1的压缩。)-The use of DCT for image compression
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:212.96kb
    • 提供者:nn
  1. LSB-Data-Hiding-Image

    3下载:
  2. 图像的组成无非是一些字符串或者一些字节组成的字符串,然而,每一个字节数据位的重要度并不是一样的,两个相邻字节往往只有低位是不一样的。例如:00100110和00100111代表了两个不同渐变度的红色,但是就人眼是分辨不出来的。最低有效位LSB算法,就是利用这一点,达到图像压缩,或者数字水印的功能。-The composition of the image is nothing more than some number of bytes or string composed of string,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:315.67kb
    • 提供者:xlz
  1. MATLABDCT

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

    • 发布日期:2017-04-05
    • 文件大小:106.79kb
    • 提供者:zhanglei
  1. pca_img_compress.tar

    0下载:
  2. matlab 用PCA方法对图像进行压缩、还原-PCA method using matlab image compression, restore
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1.45mb
    • 提供者:chq
  1. image_compression_final(jpeg)

    3下载:
  2. JPEG图像压缩和解压MATLAB程序,使用了DCT2、线性量化编码、zigzag变换和游程编码理论-JPEG image compression and decompression MATLAB procedures, using DCT2, linear quantization coding, zigzag transform and run-length coding theory
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:94.73kb
    • 提供者:
  1. imagecompression

    0下载:
  2. hi this the code for image compression using different transoformation coding algorithms in wavelets,that is all wavelets-hi this is the code for image compression using different transoformation coding algorithms in wavelets,that is all wavelets
  3. 所属分类:Wavelet

    • 发布日期:2017-05-17
    • 文件大小:4.41mb
    • 提供者:durga
  1. test_bayer

    0下载:
  2. implementation approach for the compression of image data for lossless image compression saved in lower resolution and are retrieved with super resolution
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:2.99kb
    • 提供者:satya
  1. code

    0下载:
  2. 基于FFT变换、DCT变换、HT变换、小波变换和矢量量化技术的图像压缩的Matlab实现。-Based on the FFT transform, DCT transform, HT transform, wavelet transform and vector quantization image compression technology, the Matlab implementation.
  3. 所属分类:Special Effects

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

    0下载:
  2. huffman编码用于图像的压缩和解压,很好用的,可以用于各类图像的处理-huffman coding for image compression and decompression, useful, and can be used for all kinds of image processing
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:2.42kb
    • 提供者:唐宁
  1. fractal

    0下载:
  2. 里面包含有所有的matlab下的运行程序 还有相应的计算需要的图像 非常全面 另外图像压缩的源码大多集中在灰度图上,此源码是基于彩色图像的-Which contains all of the matlab run the program under the corresponding calculation also requires a very comprehensive image of the source code for other image compression are mos
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:596.87kb
    • 提供者:韩玉兰
  1. Wavelet-Transform-In-Image-Compression

    0下载:
  2. insertion of two images iand how to exctract them
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3.09mb
    • 提供者:sofianealias
  1. dsp_project

    0下载:
  2. the code conducts the image compression of the gray scale image up to 90 using 4 algos fft wavelet pca and cosine transform-the code conducts the image compression of the gray scale image up to 90 using 4 algos fft wavelet pca and cosine transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:809byte
    • 提供者:vicky
  1. Image-Compression

    0下载:
  2. This code is designed for image compression in matlab.
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:6.37mb
    • 提供者:Abhishek
  1. color image comp

    0下载:
  2. color image compression in matlab with best resource
  3. 所属分类:GDI/图象编程

  1. jpeg in matlab

    1下载:
  2. JPEG 是Joint Photographic Experts Group(联合图像专家小组)的缩写,是第一个国际图像压缩标准。JPEG图像压缩算法能够在提供良好的压缩性能的同时,具有比较好的重建质量,被广泛应用于图像、视频处理领域。本代码是JPEG图像压缩算法在MATLAB上实现(the method of image compression with JPEG implemented on MATLAB)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-21
    • 文件大小:56kb
    • 提供者:liunianji
  1. Image Compression(v.2)

    0下载:
  2. 图像处理 matlab图像压缩程序, 包括图像压缩的各种技术(image processing image compression in matlab, including technologies in image compression)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-23
    • 文件大小:671kb
    • 提供者:kellyahui
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com