I - The type of imagepublic interface Segmenter<I extends Image<?,I>>
PixelSets (or subclasses thereof).| Modifier and Type | Method and Description |
|---|---|
List<? extends PixelSet> |
segment(I image)
Segment an image into
ConnectedComponents. |
List<? extends PixelSet> segment(I image)
ConnectedComponents.image - the to segmentConnectedComponents.