搜索资源列表
Wavelet Image Compression Program
- 有关图像压缩(wavelet)源程序-the Image Compression (wavelet) source
The JPEG-2000 Still Image Compression Standard
- The JPEG-2000 Still Image Compression Standard 《JPEG-2000静止图像压缩标准》英文-The JPEG-2000 Still Image Compression Standard "JPEG-2000 still image compression standard" English
denoise+compression
- 利用小波分解与重构,实现图像去噪和压缩,可灵活选用其他小波,简单易懂,特别适合小波初学者.-using wavelet decomposition and reconstruction, Image Denoising and Compression, the flexibility to choose other wavelet is simple to understand and Wavelet particularly suit
Compression
- 用pb10和myzip.dll实现的压缩解压程序,以及myzip.dll的详细文档。-Pb10 and with myzip.dll realize compression decompression procedures, as well as detailed documentation myzip.dll.
compression
- 这是偶自己的作品拉,基于matlab环境,作的图象压缩实验,分别DWT与SWT作对比参照实验-This is the duality gap own work, based on the matlab environment, for the image compression experiments, DWT and SWT, respectively, compared with reference to experimental
Compression
- 用MatLab实现图像压缩。以真彩图像的处理为例,对由它转换来的彩色索引矩阵进行二进小波多层分解,对低频近似的系数矩阵作相应的截取处理,以及优化索引图像的彩色图。-Realize image compression using MatLab. To deal with true color images for example, by its conversion to the color index matrix dyadic wav
Compression
- 几种常用的压缩算法 本程序包含以下功能: 1、 Arithmetic coding 2、 Huffman coding 3、 LZ77 coding 4、 LZ78 coding 5、 LZW 6、 RLE 7、 DCT 8、 Furie transform -Several commonly used compression algorithm This procedure includes t
compression
- ECG压缩中的直接域压缩CORTES算法-ECG compression direct domain compression algorithm CORTES
Wavelet-Image-Compression
- 使用小波变换进行图象压缩,实现图象的压缩和解压.不错的程序,希望大家可以享用,并多多指导. -Using wavelet transform image compression to achieve image compression and decompression. Good program, I hope everyone can enjoy, and a lot of guidance.
image-compression
- Image Compression A collection of simple routines for image compression using different techniques. BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussia
Image-Compression
- 一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyramids)、基于离散余弦变换对图像压缩(Discrete Cosine Transform)、基于奇异值分解(SVD)的图像压缩(Singular Value Decomposition)。给出的代码还可以用于2D图像噪声消除-A series of image compressi
Research-of-Image-Compression-Based-on-Wavelet-Tra
- 基于小波变换的图像压缩技术研究,Research-of-Image-Compression-Based-on-Wavelet-Transform-Based on Wavelet Transform Image Compression Technology Research, Research-of-Image-Compression-Based-on-Wavelet-Transform
Wavelet-Image-Compression-Reconstruction
- 基于小波分析的图像压缩以其重建,代码很好的实现了这一功能。-Wavelet-based image compression for its reconstruction, to achieve a good code of this function.
compression
- wavelet based compression sub-band coding
compression
- compression with haar (wavelet) with matlab
hyperspectral-image-compression
- 高光谱图像的预测压缩,matlab版,说明很详细-Forecast hyperspectral image compression, matlab version, shows a very detailed
Image-Compression
- 图像压缩算法的各种算法,用VC++实现,直接可以编译运行-Image compression algorithms algorithms, using VC++ implementation can be compiled to run directly
Compression
- Calculate the Mean Square Error (MSE) and the Peak Signal to Noise Ratio (PSNR) for different JPEG compression ratios.
compression
- 图形图像处理中图像压缩的一些MATLAB代码,包括小波,jpeg等。-Graphic image compression image processing some MATLAB code, including wavelet, jpeg and so on.
Video-Frames-Compression
- implement image compression and decompression by modifying the two functions: Compress.m and Decompress.m.