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

搜索资源列表

  1. jpeg

    0下载:
  2. this the jpeg code i try to simulate in matlab-this is the jpeg code i try to simulate in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:14611
    • 提供者:sushil
  1. my_jpg

    0下载:
  2. jpeg matlab program it consist of only discrete cosine transform and quantization
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:846
    • 提供者:sumita p
  1. jped.m

    0下载:
  2. jpeg decoder in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:997
    • 提供者:sachin
  1. ImageProcessing

    1下载:
  2. JPEG图像压缩标准MATLAB仿真程序。包括DCT变换及其逆变换、量化及反量化等过程。-JPEG image compression standard MATLAB simulation program. Including the DCT transform and its inverse transform, quantization and inverse quantization and other processes.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:55012
    • 提供者:秋田
  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. jpeg_compression_encode

    0下载:
  2. jpeg图像压缩编码程序,图像的DCT变换是调用Matlab自带的DCT变换函数dct来完成-jpeg image compression coding process, DCT transform is called the image that comes with Matlab DCT dct to complete the transformation function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:74122
    • 提供者:cyedu
  1. Myproject

    0下载:
  2. It is a laboratory work from bsuir, where foto can be normilized by brightness, contrast, algorithm JPEG, dct idct
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1285657
    • 提供者:Andrew
  1. jpeg3

    0下载:
  2. matlab source code to perform jpeg compression using humfman coding
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:114048
    • 提供者:marwa
  1. dct2

    0下载:
  2. program matlab for encode jpeg picture using dct2, RLE, and huffman encoding
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2323
    • 提供者:Ahmed
  1. jpeg

    0下载:
  2. 基于Matlab的JPEG图像压缩编码仿真,我们在JPEG图像压缩原理的基础上,用Matlab对标准的灰度图像进行JPEG压缩与重建。-Based on the JPEG image compression coding Matlab simulation, we JPEG image compression based on the principle of using Matlab on a standard gray scale images and reconstruction of J
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:177999
    • 提供者:Tony
  1. JPEG-IMAGE-COMPRESSION-ON-TI320DM6437

    0下载:
  2. Image compression processing using matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:679626
    • 提供者:Naief Qureshi
  1. JPEG

    0下载:
  2. 在matlab环境下进行图像jpeg压缩,很实用的小程序-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:53160
    • 提供者:zhaoliang
  1. JPEG-encoder

    0下载:
  2. Program to encode in JPEG algorithm. Note, this doesnot output JPEG file. but a matlab demonstration of the process how jpeg is created.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:620604
    • 提供者:Tanveer
  1. NJ_JPEGsteganalysis

    0下载:
  2. Neighboring-joint density matlab code for steganalysis of JPEG images
  3. 所属分类:Video Capture

    • 发布日期:2017-03-31
    • 文件大小:1648
    • 提供者:Frank
  1. zigzag_dezigzag

    0下载:
  2. 实现JPEG标准图像压缩的Z字型编码源程序。-JPEG image compression to achieve the standard Z-shaped source code.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:2607
    • 提供者:瑞霞裴
  1. jpeg-compress-code-

    0下载:
  2. 依据JPEG压缩标准的算法,对lena图像进行压缩,并恢复出原始图像,然后对照原始图像,对恢复出的图像进行客观评价:计算峰值信噪比PSNR及均方误差MSE。-language matlab jpeg picture compress
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:21650
    • 提供者:冰蓝色
  1. jpeg

    0下载:
  2. 基于MATLAB的jPEG压缩程序,很实用!-matlab,jpeg compression
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:111075
    • 提供者:yue
  1. Jpeg2000

    0下载:
  2. jpeg image compression
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:41471
    • 提供者:hema
  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. jpeg

    0下载:
  2. jpeg图像压缩,好用的,matlab实现-jpeg image compression, easy to use, matlab implementation
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5669
    • 提供者:x许昊
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 25 »
搜珍网 www.dssz.com