搜索资源列表
haar
- 一个用matlab做二维小波变换的源程序 -Matlab do with a wavelet transform two-dimensional source
fractalpattern-MATLAB
- 应用MATLAB软件编程绘制庞加莱截面图,生成皮诺曲线的过程(动画) ,分形地图,离散的蔡氏电路, 抛物线-k*x^2+(k+1)*x混沌分岔行为等。-fractal pattern
gabor_3
- Gabor小波提取特征一幅输入的图形进行特征提取基于gabor小波变换 -Gabor wavelet feature extraction of an input graphics gabor feature extraction based on wavelet transform
MATLAB2dwavlet
- 用MATLAB对一图象分别用单尺度和二维小波分解-Using MATLAB image of a single scale, respectively, and two-dimensional wavelet decomposition
fingerprint
- 基于haar小波变换的快速指纹识别算法的设计与实现。-Haar wavelet transform-based fingerprint recognition algorithm for the rapid design and implementation.
ImageFusion
- matlab编译小波变换,用于图像融合和处理 文件夹中包含了可用的融合图片。-matlab compiler wavelet transform for image fusion and processing folder contains the available fusion of images.
modetest
- 不同小波在不同的分解模式下3级分解与重构图像,供大家参考学习。-Wavelet decomposition of different modes in different decomposition and reconstruction of three images for your reference study.
li3-13
- 用二维离散小波变换实现数字水印,实验效果良好。供参考学习并交流,-Two-dimensional discrete wavelet transform implementation of digital watermarking, experiments good results. For information to learn and exchange,
watermark
- Main function is: water.m When you call water.m it will ask which image you will watermark. blockdwt2.m - Adds the watermark logo in Wavelet domain. dmg.m - Generates watermark logo. watdet3.m - You can check the logo with that funct
wavecompression
- The following implementation steps have been made for the devised algorithm, which is based on 2D-wavelet. 1. Reading an image of either gray scale or RGB image. 2. Converting the image into grayscale if the image is RGB. 3. Decomposition of im
invmoments
- calculate seven hu moment for image recognition and CBIR
denoise
- 数字图像处理中的小波去噪代码! 希望对大家有用 matlab-Digital image processing in the wavelet de-noising code! Want to be useful to everyone matlab
edgedetection
- matlab采用二进小波实现边缘检测的源代码-matlab using Dyadic Wavelet Edge Detection
imageprocessprograms
- 图像平滑,图像锐化,小波变换,边缘检测等一系列对图像处理的基本方法,用matlab仿真实现-Image smoothing, image sharpening, wavelet transform, edge detection, a series of image processing of the basic method, using matlab Simulation
2D_M-Band_wavelet_decompositon
- matlab环境下实现的二维图像的mallat小波算法的多进制小波分解-matlab environment to achieve the two-dimensional image of mallat wavelet multi-band wavelet decomposition algorithm
NEWwavelet
- 采用多孔算法,进行2维2进小波变换和反变换。用于图像的处理-Using porous algorithm for 2-D 2 into the wavelet transform and inverse transform. For image processing
wavelet-matlab
- 基于小波变换的2D图像融合 包含测试图像和使用说明-2D image fusion based on wavelet transform
matlab-wavelet-program
- matlab wavelet code
xbmjdaz
- matlab中小波变换的模极大值重建信号源程序。通过检测小波系数的模极大值,进而实现重建信号源。-matlab wavelet transform modulus maxima reconstruction signal source. By mold detection wavelet coefficients maxima, thus achieving the reconstructed signal source.
bbb
- 二.二维小波分解与重构程序说明 1.主函数 mymain.m:通过调用所写的函数对信号进行二维小波分解与重构 main.m:利用MATLAB中小波变换函数实现 2.调用的子函数 function [x2,cA,cV,cH,cD] mydwt2(x,Lo_D,Hi_D) 函数mydwt() 对 x 进行二维小波分解 输入参数为x,Lo_D,Hi_D x为输入信号,Lo_D为低通滤波器,Hi_D为高通滤波器 输出参数:cA,cV,cH,cD —— 是