| Interface | Description |
|---|---|
| ImageSegmentation<T extends boofcv.struct.image.ImageBase> |
High level interface for image segmentation.
|
| Class | Description |
|---|---|
| Fh04_to_ImageSegmentation<T extends boofcv.struct.image.ImageBase> |
Wrapper around
SegmentFelzenszwalbHuttenlocher04 for ImageSegmentation. |
| MeanShift_to_ImageSegmentation<T extends boofcv.struct.image.ImageBase> | |
| Slic_to_ImageSegmentation<T extends boofcv.struct.image.ImageBase> |
Wrapper around
SegmentSlic for ImageSegmentation. |
| Watershed_to_ImageSegmentation<T extends boofcv.struct.image.ImageBase> |
Wrapper around
WatershedVincentSoille1991 for ImageSegmentation. |