C/C++ Code |
PDF: |
||
Description: This software
provides implementation of three algorithms for 2D and 3D image
segmentation. The algorithms implemented are Prim, and Kruskal's
algorithms for Maximum Spanning Forest computation, and the
PowerWatershed algorithm (q=2) described in the above article. |
||
Keywords: image segmentation, combinatorial optimization, mathematical morphology |
||
Project page is http://sourceforge.net/projects/powerwatershed/ |
|
||
|
||
Input seeds |
||
|
||
|
||
(a) Kruskal's MaxSF algorithm (b) Prim's MaxSF algorithm (c) Power Watershed with q=2 |
||
|
||
|
||
(a) Kruskal's MaxSF algorithm (b) Prim's MaxSF algorithm (c) Power Watershed with q=2 |
|