Image segmentation using statistical region merging
by Sylvain Boltz
20 Oct 2009
(Updated 14 Feb 2010)
Very simple and fast image segmentation code using statistical region merging.
|
Watch this File
|
| File Information |
| Description |
From the paper :
Nock, Richard and Nielsen, Frank 2004. Statistical Region Merging. IEEE Trans. Pattern Anal. Mach. Intell. 26, 11 (Nov. 2004), 1452-1458.
It uses an a disjoint-sets data structure with a union-find strategy: http://en.wikipedia.org/wiki/Disjoint-set_data_structure
Just run srmdemo.m !
Matlab implementation, Mex File is TODO |
| Required Products |
Image Processing Toolbox
|
| MATLAB release |
MATLAB 7.9 (2009b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 22 Dec 2009 |
Now supports multiscale segmentation |
| 05 Feb 2010 |
now with a parameter smallest_region_allowed=10; to filter out small regions at each scale |
| 14 Feb 2010 |
corrected matlab warnings, as well as a bug that can appear on synthetic images. |
|
Contact us at files@mathworks.com