boofcv.examples.segmentation
Class ExampleWatershedWithSeeds
- java.lang.Object
-
- boofcv.examples.segmentation.ExampleWatershedWithSeeds
-
public class ExampleWatershedWithSeeds extends java.lang.ObjectWatershed image segmentation will often produce an excessive number of regions since each local minimum is the seed which creates a new region. To get around this problem you can provide the seeds manually. The down side to providing manual seeds is that it is no longer a general purpose algorithm and requires knowledge of the image structure to provide the seeds. This example demonstrates how to do this.
-
-
Constructor Summary
Constructors Constructor and Description ExampleWatershedWithSeeds()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)
-
DataMelt 3.0 © DataMelt by jWork.ORG