public interface ImageSuperpixels<T extends boofcv.struct.image.ImageBase>
| Modifier and Type | Method and Description |
|---|---|
boofcv.struct.image.ImageType<T> |
getImageType()
Type of input image it can process
|
boofcv.struct.ConnectRule |
getRule()
Connectivity rule used to determine if a pixel is connected
|
int |
getTotalSuperpixels()
Returns the total number of image segments/superpixels found
|
void |
segment(T input,
boofcv.struct.image.GrayS32 output)
Segments the input image into superpixels and puts the output in labeled image.
|
void segment(T input, boofcv.struct.image.GrayS32 output)
input - (Input) image.output - (Output) Labeled imageint getTotalSuperpixels()
boofcv.struct.ConnectRule getRule()
boofcv.struct.image.ImageType<T> getImageType()