Fast 3D/2D Region Growing (MEX)
by Christian Wuerslin
06 May 2013
(Updated 13 May 2013)
A very fast 2D and 3D region growing algorithm implemented in c++.
|
Watch this File
|
| File Information |
| Description |
Native Matlab implementations of region growing algorithms are usually quite slow, especially for 3D input data. This submission is a mex implementation of a 3D/2D region growing algorithm. The region growing process is further accellereated by using priority queues for the neighbourhood pixels.
Example usage (requires image processing toolbox):
>> load mri
>> RegionGrowing(squeeze(D), 10);
This syntax opens a GUI for the selection of the seed point and visualizes the output. Fur further syntaxes see the header of the RegionGrowing.m file. |
| Acknowledgements |
Region Growing and Region Growing (2 D/3 D Grayscale)
inspired this file.
|
| Required Products |
Image Processing Toolbox
|
| MATLAB release |
MATLAB 8.0 (R2012b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 13 May 2013 |
Minor bugfix, corrected documentation errors. |
|
Contact us