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

搜索资源列表

  1. LZW算法源码C语言

    0下载:
  2. LZW压缩算法简介 作者:宋成 描述:一篇关于LZW压缩算法简介的文章,通俗易懂,值得一看! 备注:该文章整理自软件报1998年合订本上册。 LZW压缩算法是一种新颖的压缩方法,由Lemple-Ziv-Welch 三人共同创造,用他们的名字命名。它采用了一种先进的串表压缩不,将每个第一次出现的串放在一个串表中,用一个数字来表示串,压缩文件只存贮数字,则不存贮串,从而使图象文件的压缩效率得到较大的提高。奇妙的是,不管是在压缩还是在解压缩的过程中都能正确的建立这个串表,
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4861
    • 提供者:邓海波
  1. decodec

    0下载:
  2. 分层多描述解码 由编码程序分出的两个码流 可由此程序恢复原图像-hierarchical coding process by decoding the separation of the two bitstream This procedure can restore the original image
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:14229
    • 提供者:zouyi
  1. RWBMPJpeg

    0下载:
  2. 该程序实现了bmp、jpeg图像的基本操作类库,也实现了对jpeg图像的编解码详细过程-the realization of bmp, jpeg image of the basic operation of Class, also the right jpeg image codecs detailed process
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:261425
    • 提供者:李波
  1. ImageCompressionToolbox

    0下载:
  2. 一个图像压缩程序。包含小波变换和算术编码等环节。-an image compression process. Includes wavelet transform and arithmetic coding, and other sectors.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:15549
    • 提供者:李梦龙
  1. 20061105111655356

    0下载:
  2. 基于C++语言的静态图象压缩编码,JPEG DCT量化编码 C++程序,对学习图像压缩编码的过程和具体实现很有帮助。-based on the C language static image compression, JPEG DCT quantization coding C procedures, learning right image coding process and to achieve specific helpful.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:131243
    • 提供者:朱国福
  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. entropy

    0下载:
  2. 课堂学习程序,C语言实现计算图像的熵、二阶熵、差分熵。在VC6下运行正常-Classroom learning process, C language realization of the calculation of the entropy of image, second-order entropy, differential entropy. VC6 run in the normal
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:33366
    • 提供者:chenminhao
  1. ezw

    0下载:
  2. matlab 小波零树图像压缩程序,分析对象:lena.bmp -matlab wavelet zero-tree image compression process, analyze the object: lena.bmp
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:23980
    • 提供者:anrold88
  1. youchengbianma

    0下载:
  2. 进行图像的设置,可以编辑图像颜色等。在解压过程中是图像占用的空间更少-Image settings, you can edit the image color. In the decompression process is less space images
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:177641
    • 提供者:李溪
  1. chexiangtiaodu

    0下载:
  2. 数据结构课程设计 车厢调度 一、需求分析 1、用编号依次为1,2,3,……,n表示停在铁路调度站入口处的车厢序列。 2、用一个栈形象地表示为火车的调度站。 3、利用栈先进后出的性质,结合递归和回溯算法,实现编号1…n的车厢的所有可能的序列和每种序列的出入栈变化过程。 本程序用C语言实现,已经在TURBOC 2.0环境下通过。-Data structure the curriculum design of a train scheduling, needs analy
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:60672
    • 提供者:llh
  1. ImageCoding

    1下载:
  2. 可以实现图像霍夫曼编码,香家费诺编码,算术编码,游程编码,位平面编码,预测编码,在编码过程中会显示被压缩图像的各个参数(压缩比,码长,信噪比等),并有图像恢复功能.-Huffman code can achieve images, Fenno House Shannon coding, arithmetic coding, run-length coding, bit plane coding, predictive coding, in the process of encoding comp
  3. 所属分类:压缩解压

    • 发布日期:2017-04-21
    • 文件大小:231681
    • 提供者:yangjianlei
  1. imagecompression

    0下载:
  2. 此程序主要是通过使用小波达到图像文件压缩的目的,可以比较不同的小波函数和压缩次解压缩后图像文件的差异,注意图像是二维的处理时使用二维的小波函数-This process is mainly through the use of wavelet compression to achieve the purpose of image files, you can compare different wavelet functions and extract the compressed time d
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:53151
    • 提供者:junyizhang
  1. spiht

    0下载:
  2. 经典的图像压缩程序,相信学过图像压缩的人都明白的,欢迎使用哦-Classical image compression process, I believe that image compression learned to understand people are welcome to use Oh!!!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:261082
    • 提供者:zoe
  1. VideoJPEG2

    0下载:
  2. 本程序可以实现DSP的图像实时压缩,而且是标准压缩JPEG ,从编码到解码,是全套过程,使用性很强 -This procedure can be achieved in real-time DSP image compression, and compression standards JPEG, from encoding to decoding, is a full set of the process, the use of highly
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:367812
    • 提供者:范范
  1. 16-bit_Huffman

    0下载:
  2. 这个是我前一段时间在国外网站上找到的16-bit的霍夫曼编解码器。我们常用的都是8-bit的,希望这个对大家有用。尤其是对医学图像,因为其有8位,12位,16位等。-i got this 16-bit huffman codec from abroad website. we usually use 8-bit huffman codec. this source code is especially useful for medical image process.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:8718
    • 提供者:Richard Chang
  1. Image

    0下载:
  2. 这是一个关于图像特征提取的程序,本程序主要使用的是Moravec算子进行的提取-This is the one on the image feature extraction process, this procedure is mainly used for the extraction of Moravec operator
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:119934
    • 提供者:童鹏
  1. inter_prediction(verilog)

    0下载:
  2. H.264算法中的帧间估计部分的设计,能够实时处理720x576图像。-The inter predictions part design of H.264,which can process 720x576 image.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-09-10
    • 文件大小:34208416
    • 提供者:zyx
  1. Image-coding-and-decoding

    0下载:
  2. 这是一款基于DWT的图像编码与解编码的程序,程序抛弃效果不差,性能较好-This is a DWT-based image coding and decoding and encoding process, the program discard effect is not bad, better performance
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:28165
    • 提供者:wang
  1. sobel-zero-crossing-canny-compare

    0下载:
  2. 本科时做的一个实验,关于3个算法的比较,有matlab代码,有说明文本,还有一些素材图片。-three algorithms about image process,include some image used in the process and pdf introducing the process.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-09
    • 文件大小:1614575
    • 提供者:侯俊澎
  1. DIP-PROCESS

    0下载:
  2. 整个程序完成了图像的压缩和解压,以及如何计算压缩比-The whole process is complete image compression and decompression, and how to calculate the compression ratio
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-28
    • 文件大小:172989
    • 提供者:
« 12 3 »
搜珍网 www.dssz.com