public interface ImageSegmentation<T extends boofcv.struct.image.ImageBase>
| Modifier and Type | Method and Description |
|---|---|
boofcv.struct.image.ImageType<T> |
getImageType() |
boofcv.struct.ConnectRule |
getRule() |
int |
getTotalSegments() |
void |
segment(T input,
boofcv.struct.image.ImageSInt32 output) |