Package | Description |
---|---|
org.openimaj.image.analysis.watershed | |
org.openimaj.image.analysis.watershed.feature |
Modifier and Type | Field and Description |
---|---|
IntValuePixel |
Component.pivot
The pivot pixel
|
Modifier and Type | Method and Description |
---|---|
void |
Component.accumulate(IntValuePixel p)
Add a pixel to the component
|
Constructor and Description |
---|
Component(IntValuePixel p,
Class<? extends ComponentFeature>... featureClasses)
Default constructor.
|
WatershedProcessorAlgorithm(FImage bGreyscaleImage,
IntValuePixel startPixel,
Class<? extends ComponentFeature>... featureClasses)
Default constructor
|
WatershedProcessorAlgorithm(int[][] greyscaleImage,
IntValuePixel startPixel,
Class<? extends ComponentFeature>... featureClasses)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentFeature.addSample(IntValuePixel p)
Add a pixel to this feature
|
void |
MomentFeature.addSample(IntValuePixel p) |
void |
PixelsFeature.addSample(IntValuePixel p) |