Package gov.nih.mipav.model.algorithms
Class AlgorithmWatershed.Seed
java.lang.Object
gov.nih.mipav.model.algorithms.AlgorithmWatershed.Seed
- Enclosing class:
AlgorithmWatershed
Simple class to hold seed point and basin (object label) value.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSeed(WildMagic.LibFoundation.Mathematics.Vector3f pt, short value) Creates a new Seed object. -
Method Summary
-
Field Details
-
point
public WildMagic.LibFoundation.Mathematics.Vector3f pointDOCUMENT ME! -
seedValue
public short seedValueDOCUMENT ME!
-
-
Constructor Details
-
Seed
public Seed(WildMagic.LibFoundation.Mathematics.Vector3f pt, short value) Creates a new Seed object.- Parameters:
pt- DOCUMENT ME!value- DOCUMENT ME!
-