Package | Description |
---|---|
org.openimaj.image.segmentation |
Modifier and Type | Class and Description |
---|---|
class |
ConnectedThresholdSegmenter
Simple wrapper to make thresholding algorithms into
Segmenter s by
applying the thresholding operation and then applying connected component
labeling. |
class |
FelzenszwalbHuttenlocherSegmenter<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>>
Implementation of the segmentation algorithm described in:
Efficient Graph-Based Image Segmentation
Pedro F.
|
class |
KMColourSegmenter
Simple image segmentation from grouping colours with k-means.
|
class |
KMSpatialColourSegmenter
Simple image segmentation from grouping colours with k-means, and also
incorporating a spatial aspect based on pixel location.
|
class |
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. |