Uses of Class
boofcv.factory.segmentation.ConfigWatershed
Packages that use ConfigWatershed
-
Uses of ConfigWatershed in boofcv.factory.segmentation
Methods in boofcv.factory.segmentation that return ConfigWatershedMethods in boofcv.factory.segmentation with parameters of type ConfigWatershedModifier and TypeMethodDescriptionConfigWatershed.setTo(ConfigWatershed src) static <T extends ImageBase<T>>
ImageSuperpixels<T>FactoryImageSegmentation.watershed(@Nullable ConfigWatershed config, ImageType<T> imageType) Creates an instance ofWatershedVincentSoille1991.