| 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
PixelSets (or subclasses thereof). |
| ThresholdSegmenter
Simple wrapper to make thresholding algorithms into
Segmenters by
applying the thresholding operation and then gathering the pixel sets
belonging to each segment. |