local_max_mode_new.​m

This code can be used in edge detection with wavelet transform.
502 Downloads
Updated 5 Jun 2012

View License

Example useage:

wname='bior4.4';
[ca1,ch1,cv1,cd1] = dwt2(imagein,wname);
thr=4;
a0=1;
n=7;
edge_map = local_max_mode_new(cv1,ch1,thr,a0,n);

Cite As

Wufeng Xue (2024). local_max_mode_new.m (https://www.mathworks.com/matlabcentral/fileexchange/37008-local_max_mode_new-m), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0