public class Fh04_to_ImageSegmentation<T extends boofcv.struct.image.ImageBase> extends java.lang.Object implements ImageSegmentation<T>
SegmentFelzenszwalbHuttenlocher04 for ImageSegmentation.| Constructor and Description |
|---|
Fh04_to_ImageSegmentation(SegmentFelzenszwalbHuttenlocher04<T> alg,
boofcv.struct.ConnectRule rule) |
| 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) |
public Fh04_to_ImageSegmentation(SegmentFelzenszwalbHuttenlocher04<T> alg, boofcv.struct.ConnectRule rule)
public void segment(T input, boofcv.struct.image.ImageSInt32 output)
segment in interface ImageSegmentation<T extends boofcv.struct.image.ImageBase>public int getTotalSegments()
getTotalSegments in interface ImageSegmentation<T extends boofcv.struct.image.ImageBase>public boofcv.struct.ConnectRule getRule()
getRule in interface ImageSegmentation<T extends boofcv.struct.image.ImageBase>public boofcv.struct.image.ImageType<T> getImageType()
getImageType in interface ImageSegmentation<T extends boofcv.struct.image.ImageBase>