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

搜索资源列表

  1. roidemo

    0下载:
  2. jpeg的 matlab的源代码,有需要的可以下载,可供学习研究-jpeg the Matlab source code that are needed can be downloaded for study
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6955
    • 提供者:laodao
  1. jpegdecodematlabcode

    0下载:
  2. 这个代码是jpeg压缩matlab代码,用于图形图象压缩,可以直接使用,编译通过-this code is jpeg compression Matlab code for the graphic image compression, can be used directly, compiled by
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:59870
    • 提供者:颜霞飞
  1. Jpeg

    0下载:
  2. good JPEG code in matlab
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:7049
    • 提供者:黄华
  1. code.rar

    0下载:
  2. 此原碼是兩種比較常見的內插法,分別是鄰近內插法及雙線性內插法,希望可以幫助到大家,The original code is the more common two types of interpolation, which are adjacent interpolation and bilinear interpolation, I hope you can help to
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:1549
    • 提供者:林大鈞
  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

    0下载:
  2. 基于jpeg2000的源码实现,可以用于一般的bmp图像编码-code for jpeg2000
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-23
    • 文件大小:7248395
    • 提供者:Giggs
  1. JPEG

    2下载:
  2. 此程序为jpeg格式的编解码源码,可以实现jpeg格式的编码,解码,程序完整-This procedure for the jpeg format codec source code, you can achieve jpeg format encoding, decoding, the program integrity
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:74919
    • 提供者:黄梦婕
  1. JPEG

    0下载:
  2. JPEG编码解码源码,已经调试过,希望大家参考交流-JPEG codec source code, debugging has been, I hope everyone reference COMMUNICATION
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-16
    • 文件大小:54104
    • 提供者:gillyamylee
  1. jpeg2000

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

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

    1下载:
  2. 本代码对于传输的JEPG图像进行编码,以利于图形图像在信道中的有效传输-The code for the transmission JEPG image coding, graphics image in the channel in order to facilitate the effective transfer
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-04
    • 文件大小:75102
    • 提供者:全威
  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-25
    • 文件大小:59211
    • 提供者:yang
  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-30
    • 文件大小:700755
    • 提供者:zsw
  1. jpeg-matlab

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

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

    2下载:
  2. 本代码用matlab实现了图像的Jpeg编解码,使我的毕业设计,在这里与大家共享。-The code is implemented using matlab Jpeg image codec, so my graduation, and share here.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:184978
    • 提供者:dabao
  1. compression

    0下载:
  2. 图形图像处理中图像压缩的一些MATLAB代码,包括小波,jpeg等。-Graphic image compression image processing some MATLAB code, including wavelet, jpeg and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:97381
    • 提供者:lite
  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-03
    • 文件大小: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. matlabJPEG

    0下载:
  2. 基于matlab压缩jpeg的实现源代码-Based on the realization of jpeg compression matlab source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:167120
    • 提供者:zhaofei
  1. the-JPEG-image-tamper-detection-code

    0下载:
  2. 基于JPEG的图像篡改检测代码 平台matlab -Platform based on the JPEG image tamper detection code matlab
  3. 所属分类:Graph program

    • 发布日期:2016-01-22
    • 文件大小:3072
    • 提供者:我不改名
« 12 »
搜珍网 www.dssz.com