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

搜索资源列表

  1. Huffman

    0下载:
  2. 哈夫曼编码算法的实现,很好的实现了图像的处理
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:10583
    • 提供者:xiaobin
  1. Huffman

    0下载:
  2. 把图像导入后,可以实现对图像的huffman编码
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:5982
    • 提供者:何圆
  1. Huffman

    0下载:
  2. 周长发图形图像处理编程系列
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4180
    • 提供者:李一
  1. huf

    0下载:
  2. huffman图像压缩算法-Huffman Image Compression Algorithm
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:6536
    • 提供者:郑勇
  1. Huffman

    0下载:
  2. 图像处理软件中的图像的哈夫变换的源代码,请大家下载
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:22030
    • 提供者:chenping
  1. Huffman

    0下载:
  2. VC++/MFC编写的数字图像处理程序,用于颜色处理、图像特技显示等
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4175
    • 提供者:kitto
  1. Huffman

    0下载:
  2. 实现哈夫曼的编码和译码,适用于各种图像格式。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2820
    • 提供者:沈达
  1. Huffman

    0下载:
  2. 用于图像处理的Huffman方法的源代码
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:13498
    • 提供者:顾一鸣
  1. 图像哈弗曼编码程序包

    0下载:
  2. 图像huffman编码,只对256色的图像有效,生成的编码在为一个3列n行的数组,子程序前有介绍
  3. 所属分类:图形图象

    • 发布日期:2009-12-02
    • 文件大小:4400
    • 提供者:guo1487@126.com
  1. work.rar

    3下载:
  2. 常用图像压缩编码码matlab实现。包括:DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程。非常适合入门用户实践。,Commonly used image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Hu
  3. 所属分类:压缩解压

    • 发布日期:2017-04-10
    • 文件大小:181294
    • 提供者:liliang
  1. ImageCompressed.rar

    2下载:
  2. 利用霍夫曼编码算法对数字图像进行压缩及解压缩处理,解压出来的图像与源图像几乎完全一致,峰值信噪比为无穷大,The use of Huffman coding algorithm for digital image compression and decompression processing, extracting images from the source image is almost exactly the same infinite PSNR
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:169092
    • 提供者:tianjieyu
  1. 23825733Huffman

    0下载:
  2. 哈夫曼编码的matlab仿真程序,实现图像的压缩-Huffman coding matlab simulation program
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:59962
    • 提供者:张晓辉
  1. huffman(picture)

    0下载:
  2. 这是一个利用C++平台做的利用huffman编码对图像做压缩处理的程序。-This is a platform using C++ using huffman encoding to do the compression of image processing procedures.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-08
    • 文件大小:1930187
    • 提供者:kuaileye
  1. Huffman-coding

    0下载:
  2. 用C语言使用Huffman编码算法对给定的BMP图像文件进行编解码-codec BMP image files for a given using the Huffman coding algorithm in C language
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9129960
    • 提供者:王锐
  1. huffman

    0下载:
  2. 一个自适应的哈弗曼编码,适用于图像处理的编码,解压缩处理-Havermann an adaptive coding for image processing, coding, compression solution
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:3082
    • 提供者:maitouganlu
  1. HuffmanCoding_ImageCompress

    0下载:
  2. 用Matlab对图像进行哈夫曼编码(Huffman Coding)以实现对图像的无损压缩-Use Matlab to realize Huffman coding for lossless image compression
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1027
    • 提供者:zhaojiepeng
  1. homeworkofimageprocessing

    1下载:
  2. 数字图像处理作业,包括:bmp图像的读取,图像的缩放,直方图均衡化等操作的c代码,还有一些关于傅里叶变换,KL变换,哈达吗变换,huffman编码的习题。可以供学习这门课程的同学参考学习。-Digital image processing operations, including: bmp image reading, image scaling, histogram equalization, and other operations of the c code, and some on t
  3. 所属分类:Special Effects

    • 发布日期:2016-01-27
    • 文件大小:14469120
    • 提供者:千年一叹
  1. huff

    4下载:
  2. 这是一个灰度图像进行哈夫曼编码的Matlab程序,包括编码和解码部分。绝对能用!-Huffman Code
  3. 所属分类:Graph program

    • 发布日期:2014-11-24
    • 文件大小:34104
    • 提供者:xiaowei
  1. Huffman

    0下载:
  2. 使用huffman进行图像的编解码, 使用简单易懂-encoding/decoding the image using huffman
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:179068
    • 提供者:王俊
  1. huffman11

    0下载:
  2. 完成Huffman编解码的程序,并验证Huffman编码的无损性,读入图像格式为*.pic-Huffman completed codec procedures and verify that non-destructive Huffman coding, and read into the image format for the*. pic
  3. 所属分类:Graph program

    • 发布日期:2017-11-20
    • 文件大小:101258
    • 提供者:张磊
« 1 2 34 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com