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

搜索资源列表

  1. ArithemeticCoding

    0下载:
  2. 这个算术编码是对大量英文文本进行压缩,只适合英文文本压缩(适当修改可以用于图像压缩)-The arithmetic coding is a lot of English text compression, is only suitable for English text compression (with appropriate modifications can be used for image compression)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:16.8kb
    • 提供者:倪广波
  1. Huffman

    0下载:
  2. MatLab实现对灰度图像的哈夫曼编码。 给出每个灰度级的编码。 并计算压缩比。-MatLab implementation of Huffman coding of gray image. Each gray-scale coding is given. And calculate the compression ratio.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:664byte
    • 提供者:木小木
  1. matlabimageprocessing

    0下载:
  2. 详细的MATLAB图像处理教程,有图像变换,图像数字化,图像压缩编码-MATLAB image processing detailed tutorial, there are image transformation, digital image, image compression coding
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:23.47mb
    • 提供者:nemo
  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. huffman

    0下载:
  2. 利用霍夫曼方法进行图像的霍夫曼编码与解码-Hoffman method using images of the Hoffman encoding and decoding
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1.88kb
    • 提供者:liugang
  1. huffman

    0下载:
  2. 本程序实现了哈夫曼编码,可以应用在图像处理中压缩图像,属于无损压缩!-huffman
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1.7kb
    • 提供者:代江艳
  1. ImageCompressionEncodingBasedonwavelettransform.ra

    0下载:
  2. 基于小波变换的图像压缩编码Image Compression Encoding Based on wavelet transform,自己编的一种图像小波编码,压缩率达到12:1.希望能给新手有所提示.打开main函数,直接运行就行了。wavelet这个函数的参数详见它开头的说明. -Based on Wavelet Transform Image Coding Image Compression Encoding Based on wavelet transform, their own
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:174.69kb
    • 提供者:youxia
  1. ShannonFanocodingdecoding

    0下载:
  2. 这个程序是用来实现香农-法诺编码解码的matlab程序,它可以有效地进行二值和彩色图像的压缩和解压-This procedure is used to achieve the Shannon- Fano encoding and decoding of the matlab program that can be effectively carried out two values and color image compression and decompression
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1.8kb
    • 提供者:叶徕风
  1. Image

    0下载:
  2. MaTLAB处理图像集,包括图像压缩编码变换,压缩文件中包括程序和程序说明。图像处理集-MaTLAB set of image processing, including image compression transform, compressed files, including the procedures and descr iption of the procedures.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:85.72kb
    • 提供者:呆呆
  1. imagedatabase

    0下载:
  2. 本文首先介绍了静态图像压缩(jpeg)编码算法的基本原理、压缩的实现过程及其重要过程的离散余弦变换(DCT)算法的实现原理及软件实现的例程,所需图像-This paper describes the static image compression (jpeg) coding algorithm is the basic principle of compression process and the important process of the realization of discret
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:7.54mb
    • 提供者:kersmlonq
  1. ArithmeticCode

    0下载:
  2. 算术编码是图像压缩的主要算法之一。 在给定符号集和符号概率的情况下,算术编码可以给出接近最优的编码结果。使用算术编码的压缩算法通常先要对输入符号的概率进行估计,然后再编码。这个估计越准,编码结果就越接近最优的结果-Arithmetic coding algorithm was a major one compressed image. In a given symbol set and symbol probability case, arithmetic coding can give nea
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:5.47kb
    • 提供者:
  1. Remote-sensing

    0下载:
  2. 该文档是关于图像小波编码压缩的,是针对遥感图像的,该文提出的2-DOWT可以对图像进行任何方向的转换,并可以达到很好的压缩编码增益。-The document is on wavelet encoding is for the remote sensing images, and that the proposed 2-DOWT can convert the image in any direction and can achieve good coding gain.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.65mb
    • 提供者:周倩倩
  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
    • 文件大小:72.38kb
    • 提供者:cyedu
  1. matlab-and-vb

    0下载:
  2. 该程序是对于图像的压缩编码等,主要用于学生学习用-The program is for image compression, mainly for students with
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:692byte
    • 提供者:香香
  1. MATLAB

    0下载:
  2. 图像压缩编码及其MATLAB仿真实现 图像压缩编码及其MATLAB仿真实现-MATLAB simulation of image compression and image compression coding and MATLAB Simulation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:116.86kb
    • 提供者:
  1. tuxiang_yasuo

    0下载:
  2. 基于BP神经网络的图像压缩的MATLAB实现,图像压缩分为两个阶段:训练和编码-BP neural network based image compression MATLAB, image compression is divided into two phases: training and coding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:110.43kb
    • 提供者:Jason
  1. Huff06

    0下载:
  2. 哈弗曼编码,数据压缩,图像视频压缩编码MATLAB软件-we are the world we are the children
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:6.94kb
    • 提供者:王坤
  1. image-coded--using-matlab

    0下载:
  2. 本文讲述了用matlab对图像压缩编码和图像的处理方法,具有一定的价值。-This article describes using matlab for image compression coding and image processing method, has a certain value.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:201.82kb
    • 提供者:ht
  1. 第五组

    0下载:
  2. 通过matlab实现jpeg图像压缩编码。(To realise jpeg coding.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:10.18mb
    • 提供者:璐璐猿
  1. Huffman编码

    1下载:
  2. 用MATLAB实现了数字图像的霍夫曼编解码,并给出了实验用图。(Using MATLAB to achieve the Hoffman digital image codec, and gives the example of the experiment.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:684kb
    • 提供者:宁徛
« 12 3 4 »
搜珍网 www.dssz.com