CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - MATLAB CODE image compression

搜索资源列表

  1. ImgComBasedonWavletandNN

    1下载:
  2. Matlab实现图像压缩与重构步骤 ① 对图像进行小波分解,得到第一层分解的低频系数和高频系数。 ② 保留低频系数,对高频系数进行基于神经网络的矢量量化编码,达到压缩。 ③ 根据码书以w还原高频系数 ④ 根据保留的低频系数和还原的高频系数重构图像 -Matlab realization image compression and the heavy construction step (1) pair of picture carries on the wavelet to
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:19.49kb
    • 提供者:王危结
  1. mashu

    0下载:
  2. 初学者可以看看,因为这是我第一次用matlab编程,是图像压缩的huffman 编码的码树-beginners can see, because this is the first time I have used Matlab programming, image compression is Huffman coding code tree
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2.94kb
    • 提供者:jingjing
  1. 2DPCA

    0下载:
  2. 2DPCA 主成分分析法,处理图像压缩,特征提取的m代码-2DPCA principal component analysis, image compression processing, feature extraction of m code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:9.81kb
    • 提供者:谢一天
  1. PredictionwithPartialMchPPM

    0下载:
  2. 一个非常完整的预测图像压缩和图像解压缩的源代码(ppm ),使用matlab编写的-Predict a very complete image compression and image extract the source code (ppm), prepared using matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:3.02kb
    • 提供者:倪广波
  1. image_inhancement

    1下载:
  2. 基于Matlab的典型图像增强算法的源码 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:21.64kb
    • 提供者:panghuanzhi
  1. matlabimageprocessing

    2下载:
  2. matlab 实现对图像基本处理 包含 图像的幅度谱图及频域滤波,数字图像增强,平滑、锐化处理的模板运算,图像压缩与编码,包含原代码和任务书。图片资料齐全-basic matlab image processing to achieve the range of images and spectra of frequency-domain filtering, digital image enhancement, smoothing, sharpening operator templat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-02-20
    • 文件大小:97.96kb
    • 提供者:山东省
  1. matlab

    0下载:
  2. matlab源代码 基于小波的图像融合 图像增强 图像压缩-matlab source code for the image fusion based on wavelet image compression image enhancement
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:4.85kb
    • 提供者:007
  1. EZW

    2下载:
  2. 此代码是小波零树算法的matlab实现程序,子程序较为齐全,包括最后计算压缩图像的峰值信噪比和压缩效果的源码。-This code is the wavelet zero-tree algorithm matlab implementation procedures, subroutines are more complete, including the final calculation of the peak signal to noise ratio and the compressed
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:259.47kb
    • 提供者:waker
  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. 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. 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
    • 文件大小:95.1kb
    • 提供者: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
    • 文件大小:171kb
    • 提供者:
  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-data-compression-code(matlab)

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

    • 发布日期:2017-03-23
    • 文件大小:58.42kb
    • 提供者:wuyunge
  1. code-jpeg

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

    • 发布日期:2017-04-04
    • 文件大小:58.19kb
    • 提供者:wuyunge
  1. 123

    0下载:
  2. 分形图像压缩源代码,MATLAB编程实现,附相关解释语句,可直接运行-Fractal image compression the source code, and the MATLAB programs, with the interpretation, and can be run directly statements
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:255.05kb
    • 提供者:青山小子
  1. JPEG-Compression

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

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

    0下载:
  2. matlab实现jpeg图像压缩源代码,不包括解码程序,适合初学者参考-matlab jpeg image compression source code, including the decoding process, the reference for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:103.18kb
    • 提供者:柴磊
  1. MATLAB-digital-image-processing-

    0下载:
  2. 《数字图像处理及MATLAB实现》杨杰 MATLAB 环境下的图像变换、图像增强、图像复原、图像压缩、小波变换等等完整源代码-The digital image processing and MATLAB Yang jie MATLAB environment image transformation, image enhancement, image restoration, image compression, wavelet transform, and so on comple
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10.2mb
    • 提供者:吴哲
  1. Image-Compression-and-Implementation

    0下载:
  2. matlab源代码,图像的压缩处理及其实现,包含有文档说明。-matlab source code, image compression processing and its realization, contains documentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:167.47kb
    • 提供者:hu
« 12 3 »
搜珍网 www.dssz.com