Uses of Class
boofcv.factory.segmentation.ConfigSlic
Packages that use ConfigSlic
-
Uses of ConfigSlic in boofcv.factory.segmentation
Methods in boofcv.factory.segmentation that return ConfigSlicMethods in boofcv.factory.segmentation with parameters of type ConfigSlicModifier and TypeMethodDescriptionConfigSlic.setTo(ConfigSlic src) static <T extends ImageBase<T>>
ImageSuperpixels<T>FactoryImageSegmentation.slic(@Nullable ConfigSlic config, ImageType<T> imageType) Creates a new instance ofSegmentSlicwhich is in a wrapper forImageSuperpixels.static <T extends ImageBase<T>>
SegmentSlic<T>FactorySegmentationAlg.slic(@Nullable ConfigSlic config, ImageType<T> imageType)