Package | Description |
---|---|
org.openimaj.image.segmentation |
Class and Description |
---|
KMColourSegmenter
Simple image segmentation from grouping colours with k-means.
|
Segmenter
The Segmenter interface defines an object capable of segmenting an image into
PixelSet s (or subclasses thereof). |
ThresholdSegmenter
Simple wrapper to make thresholding algorithms into
Segmenter s by
applying the thresholding operation and then gathering the pixel sets
belonging to each segment. |