资源列表
im2jpeg
- 这个函数的功能是实现简单的jpeg压缩标准,里面有详细的过程。-This fuction can achieve the simple JPEG standard.
LZW_Compression
- LZW压缩算法的基本原理:提取原始文本文件数据中的不同字符,基于这些字符创建一个编译表,然后用编译表中的字符的索引来替代原始文本文件数据中的相应字符,减少原始数据大小。看起来和调色板图象的实现原理差不多,但是应该注意到的是,我们这里的编译表不是事先创建好的,而是根据原始文件数据动态创建的,解码时还要从已编码的数据中还原出原来的编译表.-LZW Compression
source-of-the-G729
- G729 的源程序,用c实现,没有优化,有几部分,压解包,音频压缩-The source of the G729, with c, not optimized, there are several parts, pressure unpack, audio compression
LZW-CLASS
- 这是一个简单的LZW编码程序,能实现字典编码的基本工能!用码树实现!实现LZW编码和译码,任意数一段字符之后,就能实现对其的LZW编码,按照格式输入一段解码字符段,会解码出字符!-This is a simple LZW coding procedure, can realize the basic encoding dictionary work can!!!! Tree with code true! Realize the coding and decoding LZW, arbitrar
huffman
- huffman encoding in matlab
Main_functions
- 好东西 希望对大家有帮助 压缩感知的内容 工具箱-yasuoganzhi sparse signal good things yasuoganzhi sparse signal yasuoganzhi sparse signal
jpeglib
- jpeglib 内存到内存压缩解压-jpeglib save in memory
CALICcodec
- CALIC complete encoder decoder using visual basic
compressSPIHT
- SPIHT algorithm for image compression
myilwt2
- Integer wavelet transform for image compression
calic-arith
- CALIC method for image compression
jm93
- 实现了H.264的压缩和解压的功能。调试通过。-H.264 compression and decompression functions. Through debugging.