Uses of Class
boofcv.factory.segmentation.ConfigSlic
-
Uses of ConfigSlic in boofcv.factory.segmentation
Modifier and TypeMethodDescriptionConfigSlic.setTo
(ConfigSlic src) static <T extends ImageBase<T>>
ImageSuperpixels<T>FactoryImageSegmentation.slic
(@Nullable ConfigSlic config, ImageType<T> imageType) Creates a new instance ofSegmentSlic
which is in a wrapper forImageSuperpixels
.static <T extends ImageBase<T>>
SegmentSlic<T>FactorySegmentationAlg.slic
(@Nullable ConfigSlic config, ImageType<T> imageType)