Description: 利用小波分解与重构,实现图像增强和融合,可灵活选用其他小波,简单易懂,特别适合小波初学者.-using wavelet decomposition and reconstruction, image enhancement and integration, the flexibility to choose other wavelet is simple to understand and Wavelet particularly suitable for beginners. Platform: |
Size: 1024 |
Author:whq |
Hits:
Description: 这是一个基于提升小波的图像压缩MATLAB程序,希望对大家有帮助-This is a lifting wavelet-based image compression MATLAB program, and they hope to have everyone help Platform: |
Size: 6144 |
Author:andandan |
Hits:
Description: 利用小波提升算法和huffman编码进行图像的无算压缩,压缩比约50%,vc6编译-Using Wavelet Lifting Scheme and huffman coding image without operator compression, the compression ratio of about 50, vc6 compiler Platform: |
Size: 54272 |
Author:vic |
Hits:
Description: 用matlab编写的提升小波算法,应用于图像处理,很好用-Matlab prepared using lifting wavelet algorithm used in image processing, very good use Platform: |
Size: 2048 |
Author:xiaodaoer |
Hits:
Description: A collection of functions is presented which includes 2nd generation wavelet decomposition and reconstruction tools for images as well as functions for the computation of moment invariants. The wavelet schemes rely on the lifting scheme of Sweldens. Rectangular grids are split into quincunx grids, also known as red-black ordering. The prediction filters include Neville filters as well as a few nonlinear ones fairly capable of preserving local maxima or minima. The decomposition and reconstruction functions are called in the style of the Matlab Wavelet Toolbox. Many small and a few elaborate examples have been included, ranging from the
computation of moment invariants to
multiresolution image fusion. Please
see Contents.m for an exhaustive list.
-A collection of functions is presented which includes 2nd generation wavelet decomposition and reconstruction tools for images as well as functions for the computation of moment invariants. The wavelet schemes rely on the lifting scheme of Sweldens. Rectangular grids are split into quincunx grids, also known as red-black ordering. The prediction filters include Neville filters as well as a few nonlinear ones fairly capable of preserving local maxima or minima. The decomposition and reconstruction functions are called in the style of the Matlab Wavelet Toolbox. Many small and a few elaborate examples have been included, ranging from the computation of moment invariants to multiresolution image fusion. Please see Contents.m for an exhaustive list. Platform: |
Size: 592896 |
Author:yuan |
Hits:
Description: 小波变换的MATLAB源代码实现。主要是用作图像融合的。-Wavelet Transform MATLAB source code to achieve. Is used mainly for image fusion. Platform: |
Size: 1024 |
Author:simon liu |
Hits:
Description: 这是《小波分析理论与MATLABR2007实现》的源代码。主要是基于Matlab的小波工具箱实现小波基选择、小波包分解、Mallat变换以及小波变换在边缘提取、图像去噪、数据压缩等中的应用,特别包含了二代提升小波的相关内容,理论与实际相结合。大家想要了解的二进小波、正交镜像滤波器组[QMF]等概念这里都有体现。-This is 《MATLABR2007 wavelet analysis theory and implementation》 of the source code. Mainly based on the Matlab wavelet toolbox implementation of wavelet selection, wavelet packet decomposition, Mallat transform and wavelet transform in edge detection, image denoising, data compression, such as the application, in particular, contains a second generation of relevant content Lifting Wavelet theory and reality. Everyone wanted to know about the dyadic wavelet, quadrature mirror filters [QMF] concepts are embodied here. Platform: |
Size: 55296 |
Author:吴 |
Hits:
Description: MATLAB实现提升小波变换的图像压缩,下载即可运行-MATLAB realization of Lifting Wavelet Transform Image Compression, download you can run the Platform: |
Size: 1024 |
Author:刘哲 |
Hits:
Description: 该程序实例首先对二维图像进行提升小波分解,然后构造传统小波分解结构[c,s],接着使用函数ddencmp()获取信号压缩阈值,再采用函数wdencmp()实现图像压缩-First,the program decomposes the image use lifting wavelet , and then construct the traditional wavelet decomposition structure [c, s], then use the function ddencmp ()to obtain signal compression threshold, and then use the function wdencmp () to achieve image compression Platform: |
Size: 1024 |
Author:岳明彦 |
Hits:
Description: 基于多尺度MRF模型的图像分割算法。使用提升小波对原始图像进行分解,使用ICM算法进行分割处理-Multi-scale MRF model based image segmentation algorithm. The original image using lifting wavelet decomposition, the use of ICM segmentation algorithm Platform: |
Size: 86016 |
Author:马志远 |
Hits:
Description: 本程序源码实现任意偶数大小图像第二代双正交97提升小波变换注1: 使用标准正交方法,对行列使用不同矩阵(与matlab里不同)注2: 为了保证正交,全部边界处理,全部使用循环处理注3: 正交性验验证,将单位位阵带入函数,输出仍是单位阵(matlab不具有此性质)注4: 此程序源码是矩阵实现,所以图像水平分量与垂直分量估计被交换位置注5: 此程序源码实现的是类小波(wavelet 可直接使
-The program source code to achieve any even size image biorthogonal 97 lifting wavelet transform Note 1: Use the standard orthogonal method, the ranks of the use of different matrix (with matlab) Note 2: In order to ensure the orthogonal, all boundary treatment all use the processing cycle Note 3: orthogonality inspection verification, unit-bit array into a function, the output unit matrix (matlab does not have this property) Note 4: This program source code is a matrix realization, so the image horizontal and vertical components estimate the position of being exchanged Note 5: This program source code to achieve class wavelet (wavelet directly to Platform: |
Size: 3072 |
Author:academic |
Hits:
Description: (1)图像基本操作:不同格式(大于3种)图像的读入与存盘、文字叠加、不同彩色空间的转换、图像的DCT及FFT变换等;
(2)图像增强:包括直方图拉升(线性和非线性)、直方图均衡、平滑与锐化(采用不同的滤镜),美颜(加分项);
(3)图像恢复:几何操作(如旋转、缩放、投影校正等)、模糊恢复(如运动模糊消除等,加分项);
(4)图像合成(加分项):实现换头、换背景、图像拼接等功能。((1) Basic operation of image: reading and saving of images in different formats (more than 3 kinds), text superposition, conversion of different color spaces, DCT and FFT transformation of images, etc;
(2) Image enhancement: including histogram lifting (linear and non-linear), histogram equalization, smoothing and sharpening (using different filters), beauty (bonus item);
(3) Image restoration: geometric operations (such as rotation, scaling, projection correction, etc.), blur restoration (such as motion blur elimination, etc., plus points);
(4) Image synthesis (Bonus): realize the functions of head changing, background changing, image splicing, etc.) Platform: |
Size: 23153664 |
Author:ISSING |
Hits: