public class MeanShift_to_ImageSegmentation<T extends boofcv.struct.image.ImageBase> extends java.lang.Object implements ImageSegmentation<T>
| Constructor and Description |
|---|
MeanShift_to_ImageSegmentation(SegmentMeanShift<T> ms,
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 MeanShift_to_ImageSegmentation(SegmentMeanShift<T> ms, 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>