Wavelet Based Image Segmentation

Segment image containing blobs of various intensities and shapes in noisy inhomogenous background
5.7K Downloads
Updated 30 Dec 2016

View License

This code is a part of our work "Nonseparable Wavelet Based Segmentation ..." . It contains the methods to extract out the darker or lighter blobs (spots) of various intensities and shapes (including faint/ low intensity spots) from noisy or inhomogeneous background. The method is designed for segmenting the protein blobs from 2D gel images. The other suitable images are quantum dot images, images of cirucular objects in noisy inhomogneous background, malaria parasite images, oil blobs on sea/river, fluroscence cell images similar to http://www.robots.ox.ac.uk/~vgg/research/counting/, dermoscopy images etc. The kernel-bandwidth and contrast threshold are two parameter that may need to change according to the image. For 2D gel images, you may vary only contrast threshold for your dataset although no change is required in any parameter in case of 2D gel images. The little modification in region refinement part according to an application may segment many other type of images such as some type of microarray images.

Cite As

Ashutosh Kumar Upadhyay (2024). Wavelet Based Image Segmentation (https://www.mathworks.com/matlabcentral/fileexchange/48610-wavelet-based-image-segmentation), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Wavelet Toolbox in Help Center and MATLAB Answers
Acknowledgements

Inspired by: Toolbox Wavelets, Kmeans Clustering

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
2.7.0.0

comments corrected.

2.6.0.0

Link to (lite) kmeans has been modified, so link is updated in program and description.

2.5.0.0

only description on main page updated.

2.4.0.0

comments & supplementary file updated

2.3.0.0

Comments/description updated.

2.2.0.0

The line 349 is slightly modified to work on newer version of MATLAB. Credit goes to Justin Du.

2.1.0.0

comments and discription corrected.

2.0.0.0

screenshot changed.

1.9.0.0

comments corrected.

1.8.0.0

The extra results are added.

1.7.0.0

The code for separation of overlapping spots in case of 2d gel images is added.

1.6.0.0

Default parameter's values and comments updated for testing on blob images as well as natural images of public database

1.5.0.0

Default parameter 's values with comments updated to test with blob images as well as natural images in public database.

1.4.0.0

comments in the code are provided for using MATLAB inbuilt k-means implementation instead of 'litekmeans'.

1.3.0.0

comments in code are corrected.

1.2.0.0

Description updated.

1.1.0.0

Description updated.

1.0.0.0