CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - image compression using matlab

搜索资源列表

  1. jpeg2000

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

    • 发布日期:2017-03-23
    • 文件大小:2.81kb
    • 提供者:王文光
  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
    • 文件大小:83.86kb
    • 提供者:邓俊
  1. vqlbg

    0下载:
  2. LBG algorithm for image compression using vector quantisation.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:745byte
    • 提供者:Marian
  1. pca_img_compress.tar

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

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

    0下载:
  2. this the code for image compression using neural network.-this is the code for image compression using neural network.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1.25mb
    • 提供者:satya
  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
    • 文件大小:5.7kb
    • 提供者:国华
  1. 12month-CS

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

    • 发布日期:2017-04-04
    • 文件大小:60.45kb
    • 提供者:翁晓虎
  1. 61549835image-compress-denoise

    0下载:
  2. 图像压缩去噪增强锐化程序,供大家参考。 包括:数字图像矩阵数据的显示及其傅立叶变换 二维离散余弦变换的图像压缩 采用灰度变换的方法增强图像的对比度 采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 图像的自适应魏纳滤波 运用5种不同的梯度增强法进行图像锐化 图像的高通滤波和掩模处理 利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 利用巴特沃斯(Butterworth)高通滤波器对图
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:11.28kb
    • 提供者:chen peilin
  1. jpeg2000

    0下载:
  2. this consist of matlab codes for image compression using 2-d wavelet transform.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:9.55kb
    • 提供者:katore vishal
  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
    • 文件大小:2.42kb
    • 提供者:唐宁
  1. ImageCompression_ANN

    0下载:
  2. Image Compression using Artificial Neural Networks This code is developed in MATLAB 6.5 and can used in Windows platform. Program contain all necessary files. For training the network use Train.m and Codec.m compress images by trained network.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:175.83kb
    • 提供者:Aso
  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
    • 文件大小:698byte
    • 提供者:李颀
  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
    • 文件大小:55.11kb
    • 提供者:依米
  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
    • 文件大小:2.87kb
    • 提供者:嘟嘟
  1. MATLABimagecompression

    0下载:
  2. 共7个matlab程序及两幅原始待处理图像,功能是图像压缩的实验,分别运用了DCT(1个程序),小波变换(5个程序)和小波包变换(1个)对图像进行压缩,各个程序的作用及程序注释已在程序中做了详细说明,程序均可直接运行-matlab program for image compression ,using DCT wave,wavelet,wavelet packet methods respectively .
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:47.85kb
    • 提供者:John
  1. image compression using nural network

    0下载:
  2. hai this is matlab code.for image compression using nural network
  3. 所属分类:matlab例程

  1. compression using basic parameters

    0下载:
  2. this is a matlab program for image compression using basic parameters
  3. 所属分类:matlab例程

    • 发布日期:2014-04-19
    • 文件大小:3.21kb
    • 提供者:pillaireshu31
  1. image compression

    0下载:
  2. matlab program for image compression using dct
  3. 所属分类:matlab例程

    • 发布日期:2014-04-20
    • 文件大小:1.09kb
    • 提供者:pillaireshu31
  1. fractal-image-compression-using-Quadtree-decompos

    0下载:
  2. MAtlab code for fractal image compression
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:55.61kb
    • 提供者:jazz
  1. Lossless image compression using Matlab

    0下载:
  2. HOW TO COMPRESS IMAGE USING MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:1.27mb
    • 提供者:kitu
« 12 3 4 5 »
搜珍网 www.dssz.com