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

搜索资源列表

  1. Automatic-compression-image-upload

    0下载:
  2. 图片上传自动压缩功能。例如上传图片原始大小为2M,上传后自动压缩到几百KB。-Automatic compression image upload. For example, the original size of upload images 2M, uploaded automatically compressed into a few hundred KB.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:337286
    • 提供者:ww
  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
    • 文件大小:17207
    • 提供者:倪广波
  1. vqlbg

    0下载:
  2. LBG algorithm for image compression using vector quantisation.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:745
    • 提供者:Marian
  1. RLE-Bmp

    0下载:
  2. 行程编码RLE,可进行256位图像的压缩-Run-Length Coding RLE, can be 256-bit image compression
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-27
    • 文件大小:24109
    • 提供者:王艳群
  1. LBG-Vector-Quantization

    0下载:
  2. 对二维图像进行压缩,采用matlab编程实验,-Of two-dimensional image compression using matlab programming experiment
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:39385
    • 提供者:阿贵
  1. A_new_algorithm_of_image_compress_based_on_BP_neur

    1下载:
  2. 本文探讨了神经网络用于图像压缩的方法,提出了一种基于边缘信息检测的BP神经网络压缩方法:按图像各部分像素特征将图像分为平滑块、纹理块和边缘块,不同的分类块采用不同的隐含层数。实验结果证明本算法在在保证重建图像丰富细节的同时,能大大提高图像的压缩比。-This paper discusses the neural network for image compression method, edge information is presented based on BP neural networ
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:382933
    • 提供者:王蒙
  1. wavelets

    3下载:
  2. 基于小波变换的图像压缩代码,包括压缩比、运行时间和计算复原图像的峰值信噪比-Image compression based on wavelet transform code, including compression ratio, operation time and recovery images of the peak signal to noise ratio calculation
  3. 所属分类:压缩解压

    • 发布日期:2017-05-23
    • 文件大小:413929
    • 提供者:刘灿
  1. a

    0下载:
  2. Matlab矢量量化图像压缩程序 矢量量化VQ,是一个常见的压缩技术。Linde, Buzo, and Gray 提出了基于 训练序列的Vector Quantization (VQ)算法。-Matlab vector quantization image compression procedures for vector quantization VQ, is a common compression technology. Linde, Buzo, and Gray proposed
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:47153
    • 提供者:adu
  1. nflmhamming

    1下载:
  2. Hamming窗加权非线性调频脉冲压缩程序-Hamming window weighted linear FM pulse compression process
  3. 所属分类:matlab

    • 发布日期:2015-03-30
    • 文件大小:577
    • 提供者:孙艳芳
  1. matlab

    8下载:
  2. 基于回声隐藏的信息隐藏算法,是一种音频信号的水印技术,包括隐藏信息的嵌入和提取,以及对于噪声,MP3压缩,滤波,重采样和延迟攻击的模拟。-Based on echo hiding information hiding algorithm, is an audio signal watermarking techniques, including embedding and extracting hidden information, as well as for noise, MP3 compr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-06-09
    • 文件大小:529408
    • 提供者:张小小
  1. MPEG_souce-code

    0下载:
  2. Mpeg压缩的C++源代码,对于图像压缩,视频压缩,图像编码领域的朋友很有用-Mpeg compression of the C++ source code, for image compression, video compression, image coding friends useful
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:40424
    • 提供者:郝人
  1. JPEG

    0下载:
  2. 本文首先介绍了静态图像压缩(JPEG)编码算法的基本原理、压缩的实现过程及其重要过程的离散余弦变换(DCT)算法的实现原理及软件实现的例程,其次着重介绍了压缩过程中的DCT、量化和编码三个重要步骤的实现原理。-This paper describes the static image compression (JPEG) coding algorithm is the basic principle of compression process of the implementation pro
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:41540
    • 提供者:xuai
  1. huffman-coding

    0下载:
  2. 小波均匀量化huffman熵编码图像压缩程序:分析对象Lena.bmp-Uniform quantization of wavelet image compression huffman entropy coding procedure: analysis of object Lena.bmp
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:2226
    • 提供者:yanhaifeixue
  1. jpeg

    2下载:
  2. 对JPEG的压缩标准进行了仿真,主要过程DCT压缩,根据JPEG的量化矩阵对DCT结果进行量化,对量化结果进行Huffman编码。同时也实现了解压缩过程,即执行上述过程的逆过程。-JPEG compression standard of the simulation, the main process of DCT compression, according to the JPEG quantization matrix to quantify the results of the DCT,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:4617
    • 提供者:Justin
  1. CS_OMP

    1下载:
  2. 压缩感知的一个经典算法,即正交匹配追踪,在MATLAB7.0下已实现-Perception of a classical compression algorithm called orthogonal matching pursuit, had been achieved in the MATLAB7.0
  3. 所属分类:Special Effects

    • 发布日期:2015-09-19
    • 文件大小:1221
    • 提供者:杨淑媛
  1. romp

    1下载:
  2. 图像处理,压缩感知中ROMP的代码实现。-Image processing, compression-aware in the ROMP of code to achieve.
  3. 所属分类:Development Research

    • 发布日期:2014-06-03
    • 文件大小:1058
    • 提供者:fulon
  1. dct

    4下载:
  2. 利用DCT进行图像压缩(首先将图像分割成8×8的图像,对每个子图像进行DCT,这样每个子图像有64个系数,舍去50%小的变换系数,进行2:1的压缩。)-The use of DCT for image compression
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:218073
    • 提供者:nn
  1. ECGreading

    0下载:
  2. MIT-DB标准数据库中心电信号的读取程序可用于心电信号压缩与编码-MIT-DB standard ECG database, the reading program can be used for ECG signal compression and coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:695275
    • 提供者:liuyongwang
  1. The_Speex_Codec_Manual_Version_1.2_Beta_3

    0下载:
  2. Speex是一套开源的专门压缩声音的库,压缩的性能非常高,常用在VoIP或者其它网络程序中。Speex声称自己是不受任何专利限制,并授权根据修订后的BSD许可证发布。它可以用来与Ogg容器格式或直接在UDP / RTP协议下传输。 这份是Speex的编码手册英文版,下面的地址是维基百科中关于Speex的介绍: http://en.wikipedia.org/wiki/Speex-Speex is a free software speech codec that may be used on
  3. 所属分类:Audio program

    • 发布日期:2016-01-22
    • 文件大小:410795
    • 提供者:瞿志超
  1. VFW-compression-h264

    0下载:
  2. 一个用VFW方法来实现视频压缩的程序,实现用H264来压缩。但在使用前要安装合适的播放器,推荐使用完美解码播放器。-A video compression function used VFW mode.It can implement in h264, but it need you to install a suitable video player.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-09
    • 文件大小:2118502
    • 提供者:taiyongyu
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com