搜索资源列表
用于图像压缩的小波变换编码
- 提出了一种二维小波变换的编码方案:无解压密码-a 2D wavelet transform coding scheme is proposed.(unzip password is needless)
ijg_jpeg_20071217
- 这是利用IJL的源代码编译形成的,实现JPEG图像解压、BMP图像数据压缩。用户可以修改增强其功能。使用简单快捷。文档包含有详细的使用说明。
Tran_from_jpeg_to_bmp
- 将JPEG图像解压为BMP图像。 内含图像处理的一些基本函数。
用动态规划思想压缩位图
- 此程序使用动态规划的方法压缩位图,用MFC实现。可以压缩8位、16位、24位的位图。用进度条显示压缩、解压进度。 算法思想: (1)对8、16、24位位图数据的读功能 有一个参数为输入位图文件名(*.bmp),它能解析8、16、24位位图文件格式,获取位图BITMAPINFOHEADER信息和每个像素的数据信息,放入内存中。 (2)对8、16、24位位图数据的写功能 有一个参数为输出位图文件名(*.bmp),它
lzw_soft
- lzw压缩解压算法源码-The soruce of LZW compression algorithm
cgi-bin_files.tar
- 图像压缩解压的源码-Image Compression Decompression FOSS
decode_jpeg
- jpeg的解压程序linux下运行,图像大小为0x160*0x120-jpeg the decompression process running under Linux, image size* 0x120 to 0x160
(利用GIF_LZW算法实现的)网络图片传输
- (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运
2005321520
- 基于小波变换的零树编码对静止图像进行压缩与解压-based on wavelet transform is the right tree coding static image compression and decompression
灰度共生矩阵算法实现
- 灰度共生矩阵算法实现,实现能量,熵,惯性矩,相关,局部平稳,共生矩阵。解压密码:123-Gray symbiotic matrix algorithm, achieving energy, entropy, moment of inertia, relevant, local stable, symbiotic matrix. Extracting Password : 123
特征选择与提取zch
- 自编的用于图像特征提取的源程序,解压后直接运行就ok了-writing for Feature Extraction source, unpacked directly ok on the run
用于图像压缩的小波变换编码
- 提出了一种二维小波变换的编码方案:无解压密码-a 2D wavelet transform coding scheme is proposed.(unzip password is needless)
Huffman_Arithmetic
- 我用C++编写的Huffman压缩解压算法,可以对文本及*.bmp图像进行压缩解压-I use C++ to the Huffman compression decompression algorithm, and the text can*. bmp image compression decompression
JPEG2000src
- JPEG2000压缩解压图像源码,基于JPEG2000图像压缩标准,内有浏览图像的Nemo-JPEG2000 image compression decompression source, based on the JPEG2000 image compression standard, which has browse images Nemo
digitalImageProcessing
- 图像处理入门c源码分析,有打开bitmap图像到jpeg压缩解压编码-Image Processing Introduction to c-source analysis, have to open bitmap image to jpeg compression decompression coding
PredictionwithPartialMchPPM
- 一个非常完整的预测图像压缩和图像解压缩的源代码(ppm ),使用matlab编写的-Predict a very complete image compression and image extract the source code (ppm), prepared using matlab
ImageProcess
- 使用VC++对图像处理,以及游程编码及其解压缩-The use of VC++ for image processing, as well as run-length coding
FASTICA
- 独立分量分析 方法 压缩 与 解压 图像。 MATLAB 实现,有测试平台。-Independent Component Analysis image compression and decompression. MATLAB realization of a test platform.
code
- 数字图像哈弗曼编码,包括压缩和解压。压缩比、信噪比-Encoded digital image Hafu Man
内存压缩解压缩JPG图像
- 纯内存操作解压JPGE 很早之前收录的 并非原创 共享给大家(Pure memory operation decompression JPGE. Long ago included, not original. Here to share with you.)