搜索资源列表
edge_detection
- 小波模极大值实现对图像的边缘检测,可以较为精确的实现对图像的边缘定位与检测
Edgetest_Wavelet
- 该程序利用小波模极大值对图像边缘进行检测并提取,效果很理想
wavelet_edge-detection
- 小波模极大值原理在图像边缘提取和信号奇异点检测中的应用
基于小波变换的图像融合
- 基于小波变换的图像融合源代码-融合规则分别使用简单的模值取大和基于区域能量
小波变换
- 基于模值的边缘提取
多尺度边缘检测实例
- 一个多尺度边缘检测实例,方法是: 1、先对图像进行3个尺度的小波变换; 2、求小波系数的模值及其梯度方向; 3、确定模的极大值,即候选边缘点; 4、通过反变换合成3个尺度的模的极值图像,A multi-scale edge detection example, the method is: 1, first image of the three-scale wavelet transform 2, and the modulus value of wavelet coefficient and
image-retrieval-source-program
- 该源代码包含图像10个不变矩的图像检索,小波模极大值法边缘检测,结合颜色特征与不变矩的图像检索源程序-The source code includes images of invariant moments 10 image retrieval, wavelet modulus maximum edge detection method, combining color characteristics and the moment invariants image retrieval sourc
wavedenoise_mod
- 小波降噪程序:基于模极大值法,可以直接使用。包含有:P_gama.m、P_y.m、Py_Pgama.m、wavedenoisemod3_a.m,主程序为wavedenoisemod3_a.m。-Wavelet denoising procedures: Based on the modulus maxima method can be used directly. Contains: P_gama.m, P_y.m, Py_Pgama.m, wavedenoisemod3_a.m, the ma
wavletdenoising
- 小波去噪方法介绍,包括阈值法、最大模法、相关法-Wavelet Denoising, including threshold, maximum modulus method, correlation, etc.
lg200901066
- 一种基于小波模极大值的图像特征匹配算法,介绍算法原理和步骤,可以作为研究参考-Based on wavelet modulus maxima image feature matching algorithm, and the steps introduced algorithm can be used as reference
21-72
- ::针对传统的基于小波变换的反锐化掩模图像增强算法中存在的问题,即对比度相同而幅角不同的边缘达到的增强效果之间差别较大,提出了一种新的基于小波变换的反锐化掩模图像增强算法。该算法在对原始图像进行小波分解的基础上,根据小波变换所提供的幅角,对小波系数进行-:: For the traditional wavelet transform based on unsharp masking image enhancement algorithm for the problems that exist,
waveletmatlab
- 小波模极大值用于图像形状检索,很实用,谢谢大家指点-wavelet
edge_detection
- 本Matlab程序用于小波模极大值用于边缘提取-The Matlab program is used for the Wavelet Modulus Maxima Edge Detection
Edgedetect
- 小波变换检测信号频谱边缘,利用多尺度小波模极大值法确定信号频谱边缘。-Wavelet transform edge detection of the signal spectrum, using multi-scale wavelet modulus maximum method to determine the edge of the signal spectrum.
edge_detection
- 通过检测二维小波变换的模极大值点可以确定图像的边缘点,利用小波变换的多尺度性用于图像的边缘检测-By detecting modulus maxima point of two-dimensional wavelet transform we can determine the image edge points, using multi-scale nature of wavelet transform in image edge detection
abbr_a004a98ee713bfe1ec8ef7f9234fce74
- 有关小波变换的图像去噪中,模极大值方法,希望能对你有用-Denoising the wavelet transform, the modulus maximum, in the hope can be useful to you
edge_detection
- 利用小波模极大值的边缘提取程序,最后显示图像和边缘。-Edge detection for 2-D image using wavelet maxima.
d2wt_test
- 用多层小波变换模极大值法对图像进行边缘检测(Edge detection using wavelet transform modulus maxima method)
10086
- 能够用 matlab确定模最大值,利用小波变换去噪,对地震信号进行处理(The maximum modulus can be determined by MATLAB, and the seismic signal is processed by wavelet transform denoising.)
小波降噪
- 小波降噪的方法有多种,如利用小波分解与重构的方法滤波降噪、利用小波变换模极大值的方法去噪、利用信号小波变换后空域相关性进行信噪分离、非线性小波阈值方法去噪、平移不变量小波降噪法,以及多小波降噪等等。归结起来主要有三类:模极大值检测法、阈值降噪法和屏蔽(相关)降噪法。其中最常用的就是阈值法去噪,其基本思想就是利用图像小波分解后,各个子带图像的不同特性选取不同的阈值,从而达到较好的降噪目的