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

搜索资源列表

  1. ImageCoding

    0下载:
  2. 这是关于图像压缩编码的VC源代码,该代码可实现Huffman编码、Shannon-Fano编码、算术编码以及位平面编码等算法。对作图像压缩编码的同仁是个很好的参考代码。代码来自《数字图像处理典型算法及实现》。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:233696
    • 提供者:李白云
  1. ImageCoding

    0下载:
  2. 图象编码方面的源代码,请大家多多下载
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:233668
    • 提供者:ycc
  1. ImageCoding

    0下载:
  2. 此段代码是关于图像压缩的,融入了Huffman编码,Shannon-Fano编码等技术!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:229346
    • 提供者:zhanghf
  1. ImageCoding

    0下载:
  2. vc++数字图像处理-数字图像编码,包含完整工程文件。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:229346
    • 提供者:mhp
  1. ImageCoding

    0下载:
  2. 实现各种图形编码,很使用的一种,对于图像压缩有比较好的帮助
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:229783
    • 提供者:xilanhu
  1. ImageCoding

    0下载:
  2. 具有编码功能(包括霍夫曼编码、香农-费诺编码、算法编码、位平面编码)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:229206
    • 提供者:mayanyan
  1. ImageCoding

    0下载:
  2. 对于灰度图像进行霍夫曼编码,算术编码,香农费诺编码,位平面编码,并且自己定义了一种IMG的图片格式,用于生成图片,保存,采用VC++编程实现
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:595915
    • 提供者:小杰
  1. ImageCoding

    0下载:
  2. 本程序主要实现对图像的Huffman编码,Shannon-Fano编码,算术编码,位平面编码,预测编码
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:233508
    • 提供者:聂尧
  1. ImageCoding

    0下载:
  2. 本程序在VC++6.0的环境下那个能够实现图象的RGB三原色的译码功能-This procedure in VC++ 6.0 environment that can achieve the three primary colors RGB image decoding function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:234562
    • 提供者:彭鹏
  1. ImageCoding

    0下载:
  2. 图像编码,包括霍夫曼编码,香农编码,位平面编码等
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3446465
    • 提供者:雨下
  1. ImageCoding

    0下载:
  2. 该程序是数字图像处理中一个常用的算法,研究在VC6.0下调试通过,并且达到了非常好的效果,希望对大家能有点帮助。-The program is a digital image processing algorithms commonly used to study under VC6.0 debugger through and achieved very good results, in the hope that we can to some extent.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:229883
    • 提供者:sky
  1. ImageCoding

    1下载:
  2. 图像压缩编码从本质上来说就是对要处理的图像源数据用一定的规则进行变换和组合,从而达到以尽可能少的代码来表示尽可能多的数据信息的目的.下面是图像压缩编码的源程序(shannon-fano编码)/(算术编码)/(位平面编码)/(预测编码)-Image compression coding is essentially to deal with the image of the source data used to change certain rules and combinations, so
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-21
    • 文件大小:229105
    • 提供者:刘亚宁
  1. ImageCoding

    0下载:
  2. 本程序是用VC编写的一个基于bmp图像文件的图像压缩程序,主要完成的工作是:BMP文件的读取与显示;BMP文件的位图数据的压缩;压缩数据的解压缩及图像再现-This procedure is written in a VC bmp image file based image compression process, the major work done: BMP file to read and display BMP files compressed bitmap data compr
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3398636
    • 提供者:刘玉
  1. IMAGECODING

    0下载:
  2. 一个关于图像压缩编码的程序,MFC实现霍夫曼编码、香农费诺编码、算术编码等。-A program on the image compression coding, MFC achieve Huffman coding, Shannon fees Connaught coding, arithmetic coding.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:237136
    • 提供者:soar
  1. ImageCoding

    0下载:
  2. 图像处理关于图像编码的VC程序,该程序实现了几种经典的编码方式。-Image coding image processing on the VC program that implements several classic encoding.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3522424
    • 提供者:纪深
  1. ImageCoding

    0下载:
  2. 图像压缩编码 霍夫曼 香农费诺 算术编码 游程编码 位平面编码 预测编码-ImageCoding
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:419786
    • 提供者:lynn
  1. ImageCoding

    0下载:
  2. 这是一个图像编码程序,以供图像编码的研究人员学习使用-This is an image coding process for image coding researchers learn to use
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:208622
    • 提供者:潘琦
  1. ImageCoding

    0下载:
  2. 这个源程序向大家介绍了图像编码解码的方法!-The source code to introduce the method of image encoding and decoding!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:208900
    • 提供者:老田
  1. ImageCoding

    0下载:
  2. visual c++ 结合opencv的常见的压缩算法。本程序集成了将近十种压缩编码算法。-image coding in c++ with opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:207670
    • 提供者:朱元龙
  1. ImageCoding

    0下载:
  2. 图像放缩,近邻插值、线性插值、三阶卷积插值。-Image zooming Neighbor interpolation Linear interpolation The first three convolution interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:164825
    • 提供者:柯锦
« 12 »
搜珍网 www.dssz.com