| Class | Description |
|---|---|
| ClusterLabeledImage |
Given a labeled image in which pixels that contains the same label may or may not be connected to each other,
create a new labeled image in which only connected pixels have the same label.
|
| MergeRegionMeanShift |
Merges together regions which have modes close to each other and have a similar color.
|
| MergeSmallRegions<T extends boofcv.struct.image.ImageBase> |
Finds regions which are too small and merges them with a neighbor that is the most similar to it and connected.
|
| MergeSmallRegions.Node |
Node in a graph.
|
| RegionMergeTree |
Merges regions together quickly and efficiently using a directed tree graph.
|
| SegmentMeanShift<T extends boofcv.struct.image.ImageBase> |
Performs mean-shift segmentation on an image.
|
| SegmentMeanShiftSearch<T extends boofcv.struct.image.ImageBase> |
Performs the search step in mean-shift image segmentation [1].
|
| SegmentMeanShiftSearchColor<T extends boofcv.struct.image.ImageMultiBand> |
Implementation of
SegmentMeanShiftSearch for color images |
| SegmentMeanShiftSearchGray<T extends boofcv.struct.image.ImageGray> |
Implementation of
SegmentMeanShiftSearch for gray-scale images |