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

搜索资源列表

  1. jpegtool_matlab

    0下载:
  2. 关于利用离散余弦变换DCT的jpeg压缩的matlab源程序,简单实用,也有注释,很好读。-on the use of discrete cosine transform DCT jpeg compression Matlab source, simple and practical, the Notes have a good time.
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:23351
    • 提供者:张华
  1. JPEG.M

    1下载:
  2. Jpeg图像压缩的Matlab源码,供研究Jpeg图像压缩的朋友参考使用。-Jpeg image compression Matlab source for the study Jpeg image compression friends use and reference.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:86127
    • 提供者:刘晓倩
  1. JPEG-for-Matlab

    0下载:
  2. matlab实现JPEG图像压缩程序源码 -JPEG image compression matlab program source code to achieve
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:71815
    • 提供者:程凯
  1. jpeg-matlab

    0下载:
  2. JPEG压缩方法由于其较高的压缩比和理想的压缩效果,是目前应用最广泛的图像压缩方法-JPEG compression method because of its higher compression ratio and ideal compression effect, is currently the most widely used method of image compression
  3. 所属分类:Graph program

    • 发布日期:2017-03-25
    • 文件大小:59009
    • 提供者:王为
  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
    • 文件大小:97003
    • 提供者:
  1. jpeg2000

    1下载:
  2. 用matlab实现的jpeg2000 压缩 代码。-With jpeg2000 compression matlab code of the implementation.
  3. 所属分类:图形图象

    • 发布日期:2013-04-28
    • 文件大小:2871
    • 提供者:cfb
  1. gongji

    0下载:
  2. 关于各类图象的攻击,如果滤波,噪音,锐化,JPEG压缩-Attacks on all types of images, if filtering, noise, sharpening, JPEG compression, etc.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-11
    • 文件大小:1149
    • 提供者:小户
  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. dct

    0下载:
  2. 利用dct实现JPEG在Matlab环境下图像压缩程序-Matlab environment in JPEG image compression procedure
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:3531
    • 提供者:石头
  1. imageprocessing-matlab

    0下载:
  2. 小波变换 JPEG 图像压缩 方面的资料-JPEG image compression wavelet transform information
  3. 所属分类:Wavelet

    • 发布日期:2017-04-05
    • 文件大小:65057
    • 提供者:crasty
  1. JPEG-DCT_compression

    0下载:
  2. compression of jpeg image
  3. 所属分类:Wavelet

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

    0下载:
  2. JPEG压缩源码,已经经过测试,请放心使用,欢迎下载。-JPEG compression source code, has been tested, please be assured use, are welcome to download.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:700755
    • 提供者:zsw
  1. jpeg-matlab

    0下载:
  2. 关于JPEG压缩的matlab代码,包括2D,3D-Matlab code for JPEG compression
  3. 所属分类:Graph program

    • 发布日期:2017-03-25
    • 文件大小:58874
    • 提供者:liming
  1. DCT_JPEG

    4下载:
  2. 给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。-Given to th
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-11-09
    • 文件大小:175104
    • 提供者:
  1. code-jpeg

    0下载:
  2. 图像处理,图像压缩,matlab 源代码-Image processing, image compression, matlab source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:59587
    • 提供者:wuyunge
  1. JPEG-Compression

    0下载:
  2. i had uploaded the matlab code for image processing jpeg compression
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:139995
    • 提供者:vinoth
  1. jpeg-matlab

    0下载:
  2. jpeg压缩matlab程序,可供学习图像视频编解码的同学学习-jpeg compression matlab program for learning image video codec students to learn
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:56102
    • 提供者:mxq
  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
    • 文件大小:57344
    • 提供者:liunianji
  1. 58217

    0下载:
  2. jpeg compression matlab
  3. 所属分类:图片显示

    • 发布日期:2017-12-25
    • 文件大小:36864
    • 提供者:octomorrow
  1. MATLAB-Jpeg-encoder-master

    0下载:
  2. 通过DCT变换进行jpeg压缩,AC,DC系数都可以得到,还有zigzag(JPEG compression through DCT)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:31366144
    • 提供者:enmirose
« 12 3 4 »
搜珍网 www.dssz.com