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

搜索资源列表

  1. jpeg2000

    6下载:
  2. 利用JPEG2000标准进行图像压缩和图像解压的Matlab程序-image compression and decompression using JPEG2K
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:2879
    • 提供者:王文光
  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
    • 文件大小:85874
    • 提供者:邓俊
  1. huffman-coding

    0下载:
  2. 小波均匀量化huffman熵编码图像压缩程序:分析对象Lena.bmp-Uniform quantization of wavelet image compression huffman entropy coding procedure: analysis of object Lena.bmp
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:2226
    • 提供者:yanhaifeixue
  1. signal-analysis

    0下载:
  2. dctcom.m文件利用DCT变换完成对输入图像进行压缩;imagecbe.m完成对输入的两幅RGB图像用小波分析的方法进行图像融合 imagecom.m完成对输入的RGB图像用小波分析的方法进行自动降噪,得到高频系数阈值,降噪效果百分比和结果 wavelet1D.m完成对输入的一维信号进行多尺度离散小波分解 wavelet2D完成对输入的二维信号进行多尺度离散小波分解;zigzag.m完成对输入的8*8矩阵按照zigzag排列抽取数据.-document the use of DCT tran
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:3571
    • 提供者:zhouhao
  1. pca_img_compress.tar

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

    • 发布日期:2017-04-10
    • 文件大小:1516619
    • 提供者:chq
  1. CBIR

    0下载:
  2. A paper that I presented on Supervisory Control and Data Acquisition (SCADA) won the second prize at the symposium conducted by the Electrical and Electronics Engineering department of the SRM University. Other topics on which I presented papers were
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-04
    • 文件大小:20462
    • 提供者:ajeeth
  1. yasuo

    0下载:
  2. 一种新的基于matlab环境的用SVD原理实现图像压缩的源程序,程序简单易懂-Implementation of new image compression using SVD, the program easy to understand
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:5838
    • 提供者:国华
  1. 12month-CS

    0下载:
  2. compressed sensing,图像压缩,用matlab仿真-compressed sensing, image compression, using matlab simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:61903
    • 提供者:翁晓虎
  1. compressor

    0下载:
  2. Program to simulate the image compression and decompression using wavelet transformation. this program uses the matlab m codes for coding.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1061
    • 提供者:cpudnt
  1. MATLAB_Wavelet

    0下载:
  2. MATLAB下小波变换的原理教程及示例 包括:一维线性非线性近似、二维线性非线性近似、使用线性滤波过滤噪声、使用小波门限消除噪声、使用小波变换压缩一维信号、二维小波图像压缩等等。-MATLAB wavelet transform under the principle of tutorials and examples include: one-dimensional linear non-linear approximation, two-dimensional linear non-line
  3. 所属分类:Wavelet

    • 发布日期:2017-05-16
    • 文件大小:4329043
    • 提供者:lym
  1. imagecompression

    0下载:
  2. Matlab code for image compression using haar wavelet transforms
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:114403
    • 提供者:Ashok
  1. compression2_2

    1下载:
  2. 在神经网络中用迭代法对人脸图像进行压缩及恢复-Iteration in the neural network human face using image compression and restoration
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1197
    • 提供者:曾强
  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
    • 文件大小:2474
    • 提供者:唐宁
  1. zhengshuxiaobobianhuanhetuxiangyasuo

    0下载:
  2. 整数小波变换与图像压缩 用MatLAB实现图像的整数小波变换,对行和列各做一次。采用最简单的S小波,它是Haar变换的整数形式。-integral wavelet transform and image compression .To realize the integral wavelet transform based on the Matlab in rows and columns. Using the simple S wavelet ,which is integral form o
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:698
    • 提供者:李颀
  1. tuxiangyasuo

    0下载:
  2. 一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyramids)、基于离散余弦变换对图像压缩(Discrete Cosine Transform)、基于奇异值分解(SVD)的图像压缩(Singular Value Decomposition)。给出的代码还可以用于2D图像噪声消除。-Image Compression A collection of simple routines
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:56435
    • 提供者:依米
  1. 3971017DCT

    0下载:
  2. 对原始灰度图像 Lena_gray.bmp进行图像压缩实验 1.对此图进行 8×8 DCT 变换后,分别只保留 DC系数,以及保留前 4、8、16 个变换系数(DC+AC) ,然后再分别进行 IDCT 变换,比较结果。 2.可以使用 Matlab - Image Processing Toolbox 中的函数实现。-gray image of the original image compression Lena_gray.bmp an experiment. This diagram 8 8
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:2939
    • 提供者:嘟嘟
  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
    • 文件大小:809
    • 提供者:vicky
  1. BEMD-image-compression

    0下载:
  2. 利用matlab和HHT进行图像压缩,BEMD是希尔伯特黄变换在二维领域的应用-image compression using BEMD on matlab platform
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:317072
    • 提供者:赵壮
  1. image compression

    0下载:
  2. 利用matlab软件实现简单的图像压缩处理 适合初学者 简单易懂小程序(implementation of image compression using MATLAB suitable for beginners easy to understand)
  3. 所属分类:图形图象

    • 发布日期:2017-12-21
    • 文件大小:48128
    • 提供者:yezi123
  1. Lossless image compression using Matlab

    0下载:
  2. it is basic step to compress image which is lossless.. what lossless mean ? image which can be reproduce completely after compression.. check it out the code and the data set
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1332224
    • 提供者:rkp
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com