Package gov.nih.mipav.model.algorithms
Class AlgorithmWatershed.Seed
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.AlgorithmWatershed.Seed
-
- Enclosing class:
- AlgorithmWatershed
private class AlgorithmWatershed.Seed extends java.lang.Object
Simple class to hold seed point and basin (object label) value.
-
-
Constructor Summary
Constructors Constructor Description Seed(WildMagic.LibFoundation.Mathematics.Vector3f pt, short value)
Creates a new Seed object.
-