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

搜索资源列表

  1. squarecode

    0下载:
  2. 方块编码程序 本程序采用了最简单的方块编码对512×512的lena图像进行了编码 运行程序后可以看出,方块取得越大,图像编码后失真越大。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:451962
    • 提供者:飞天
  1. arcode

    1下载:
  2. vc编写的算术编码程序,用于图像压缩熵编码-vc prepared by the arithmetic coding process for image compression entropy coding
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:14832
    • 提供者:项实用
  1. OnMYCODING16mul16

    0下载:
  2. 方块编码程序 本程序采用了最简单的方块编码对512×512的lena图像进行了编码 运行程序后可以看出,方块取得越大,图像编码后失真越大。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:40941
    • 提供者:蒋建军
  1. mpeg2enc

    0下载:
  2. 基于VC的MPEG2编码程序,已调试通过,绝对值得一看!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:149416
    • 提供者:thinkelse
  1. EZW

    0下载:
  2. 基于VC的JMPEG编码程序,已调试通过,绝对值得一看!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:11334
    • 提供者:thinkelse
  1. FastAC

    0下载:
  2. 一种快速的算术编码程序. 也是JPEG和JPEG2000的部分核心算法.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:281696
    • 提供者:huang
  1. WinSparseNet.ZIP

    1下载:
  2. 稀疏编码程序,To run sparsenet, you will first need to compile the conjugate gradient (cgf) routine so that it may be called through matlab.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12807710
    • 提供者:李航
  1. 44

    0下载:
  2. \\mpeg2 \\doc \\mpeg2enc.doc和mpeg2dec.doc文件包含了关于解码器的进一步的信息。 \\verify 一组用来进行验证的图像和小的数据流,以及用来自动检测编码器和解码器输出的Unix shell脚本文件。 \\src \\mpeg2enc 编码器源代码及VC下编译的可执行程序 \\mpeg2dec 解码器源代码及VC下编译的可执行程序 \\par 给出了一组可在每秒25和30帧的速率下进行MPEG-2和MPEG-1编
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:694970
    • 提供者:韩义
  1. 264编解码程序

    0下载:
  2. t264是中国的视频编码自由组织合力开发的264编解码程序,其设计吸收了jm,x264和xvid三个源码的优点。压缩文件中存在linux下编译方法-t264 is China' s video encoding efforts to develop the organization' s 264 free codec program, designed to absorb jm, x264 and xvid three source advantages. Compressed files un
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-27
    • 文件大小:237900
    • 提供者:jack
  1. 用matlab写的算术编码的程序

    1下载:
  2. 自己用matlab写的算术编码的程序,信源为二元信源,信源序列、码长均可自定义,Using matlab to write their own arithmetic coding procedures for the binary source-source, source sequence, code length can be custom
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:4918
    • 提供者:李金荣
  1. kalman

    0下载:
  2. 卡尔曼滤波器的编码程序,很好用,也可以运行出来-Kalman filter coding process, well used, can also run out
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:639
    • 提供者:张与
  1. QR_Image_Source

    0下载:
  2. 二维条形码编码程序,QRcode编码,支持QR Code model 2和纠错码。-Two-dimensional bar code encoding process, QRcode coding, support QR Code model 2 and the error-correcting codes.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4591742
    • 提供者:liwei
  1. YUV_081114

    1下载:
  2. psnr的视频质量评价程序,主要针对YUV422格式的matlab编码程序。-PSNR of the video quality evaluation procedures, mainly for YUV422 format matlab coding procedures.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:95720
    • 提供者:胡国胜
  1. HuffmanExp

    0下载:
  2. HuffmanExp 编码 C/C++语言编写灰度图象霍夫曼编码的程序1、 统计一幅BMP格式的灰度图像的概率,并显示相应的灰度值和概率; 2、 对这幅图像做霍夫曼编码;并列出编码结果。 3、 计算平均码长和熵值,算出编码效率。 4、 所有的结果都要求显示出来。 - MICROSOFT FOUNDATION CLASS LIBRARY : HuffmanExp =========================================================
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:112683
    • 提供者:俊俊
  1. feinuo

    0下载:
  2. 费诺编码输入为+7个信源符号,其概率分布为:(其中信源符号用A+B、、G表示)A_0.2++B_0.19++C_0.18++D_0.17++E_0.15++F_0.10++G_0.01然后输入程序中得到结果(详细文档,值得一下)-Fenno+7 encoding of input source symbols, the probability distribution as follows: (in which source symbols with A+ B,, G said) A_0.2++
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:43908
    • 提供者:kays
  1. juanjima

    0下载:
  2. 用matlab语言实现卷积码编码过程,有程序运行结果。-Matlab language used convolutional code encoding process, there are procedures for the results.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:810
    • 提供者:吉吉
  1. Boxcode

    0下载:
  2. 方块编码程序,是作一般的图像处理必须了解的。。适合初学者学习-Box coding procedure is for general image processing must be aware of. . Suitable for beginners to learn
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:39595
    • 提供者:吴俊
  1. VQC

    0下载:
  2. 自己编写的矢量量化编码程序,针对二值黑白图像编码,仅供参考。-vector coding for binary image map
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2111188
    • 提供者:xwolfs
  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-07
    • 文件大小:74122
    • 提供者:cyedu
  1. Code_Huffman

    0下载:
  2. 霍夫曼编码 程序 图像编码 应用 图像解码应用(Hoffman coding program, image coding, application of image decoding.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:程刚
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com