搜索资源列表
-
0下载:
这个代码包中包含了一些比较通用的无损压缩算法的源代码,如果你想深入理解一些图像格式,那么读懂这些代码会对你有很大帮助,这是基础。(包中包括的算法有:lzari、lzhuf、lzss、lzw、lz77、huffman、rle8、rle16)。工具:通用C 。-this code contains some of the more common lossless compression algorithm source code, if you want to understand in depth
-
-
1下载:
视频图像压缩标准H.263的VC源码,此程序简单容易理解,可以帮助理解算法,且参考此程序,可以自己编.-video compression standard H.263 VC source, the procedures are simple and easy to understand, and can help to understand algorithm, which refer to this process, their own series.
-
-
0下载:
图像压缩算法LZW和LZRW压缩算法源代码-image compression algorithm and LZRW LZW compression algorithm source code
-
-
0下载:
本程序VC++写的一个程序,是一个jpg格式图形在内存里面压缩算法程序,-the procedures VC write a procedure is a jpg format graphics memory compression algorithm inside procedures,
-
-
0下载:
提供了几种常用的压缩算法源程序,相信对大家一定有很大帮助-offers several commonly used compression algorithm source code, I believe we will certainly be of great help
-
-
0下载:
RLE的基本思路是,把数据分两种情况对待:
A1.一些连续的重复字节
A2.一些连续的,不相重复的字节
RLE压缩最常见的一种算法思路:
将全部的数据分成很多块,这些块的长度各不一样:
all data = [block] + [block] + ... + [block]
每一块由两部分顺序组成:
a block = [header] + [data]
其中header部分占2字节16位,这16位中的最高位,标志了这个block的属性,是属于上面的
-
-
0下载:
图像压缩算法,matlab环境编写,包括:btcode,conv2fft,convfft,dctcompr,imcompr,pyramid,都是很经典的哦:)-image compression algorithm, Matlab environment preparation, including : btcode, conv2fft. convfft, dctcompr, imcompr, pyramid, very classic oh :)
-
-
0下载:
图像压缩方面的内容,主要是小波变换的容,上传的小波变换5层算法。-image compression contents, mainly wavelet transform is the capacity and upload the wavelet transform five layer algorithm.
-
-
0下载:
图像压缩算法——小波变换6层提升算法SPIHT.
通过些算法可以改变压缩效率。
-Image Compression Algorithm -- 6-wavelet transform algorithm SPIHT upgrade. Through these compression algorithm can effect change rate.
-
-
0下载:
图像压缩方面的内容:小波变换。七层提升算法SPIHT版-image compression aspects : wavelet transform. Though version upgrade algorithm SPIHT
-
-
0下载:
小波变换:五层提升算法SPIHT版。图像压缩方面。是小波变换方面算法的提升。-wavelet transform : five algorithm SPIHT upgrade version. Image compression. Respect is wavelet transform algorithm upgrade.
-
-
0下载:
一个很好的图像压缩算法!!! !!!1-a good image compression algorithm !!!!!!!!! 1
-
-
0下载:
数字图像MPEG压缩处理算法的程序-digital image processing algorithm for MPEG compression process
-
-
0下载:
这个loco-I算法是图像无失真压缩标准jepg-ls的核心算法,使用c编写-The loco-I algorithm is lossless image compression standard jepg-ls core algorithms, the use of c prepared
-
-
0下载:
LZW 压缩算法的C语言实现,可以实现对字符串的字典压缩编码。初级程序-LZW compression algorithm of the C language can be achieved on the string dictionary coding. Primary process
-
-
0下载:
JPEG图像的压缩算法,里面除了有JPEG编码源码外,还有它的实例程序!-JPEG image compression algorithm, which in addition to JPEG source coding, there are examples of procedures it!
-
-
0下载:
lbg matlab 实现lbg算法 使用环境是matlab,实现图像压缩算法-lbg matlab lbg algorithm uses the environment is matlab, image compression algorithm
-
-
0下载:
JPEG压缩算法,BMP与JPEG的相互转换-JPEG compression algorithm, BMP, and JPEG conversion
-
-
0下载:
图片压缩算法源代码,有整个工程,可以编译-Image compression algorithm source code
-
-
0下载:
Jpeg2000 compression algorithm, C programming-Jpeg2000 compression will upon algorithm, C programming
-