Uses of Class
boofcv.factory.segmentation.ConfigSegmentMeanShift
Packages that use ConfigSegmentMeanShift
-
Uses of ConfigSegmentMeanShift in boofcv.factory.segmentation
Methods in boofcv.factory.segmentation that return ConfigSegmentMeanShiftMethods in boofcv.factory.segmentation with parameters of type ConfigSegmentMeanShiftModifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
ImageSuperpixels<T>FactoryImageSegmentation.meanShift(@Nullable ConfigSegmentMeanShift config, ImageType<T> imageType) Creates a new instance ofSegmentMeanShiftwhich is in a wrapper forImageSuperpixels.static <T extends ImageBase<T>>
SegmentMeanShift<T>FactorySegmentationAlg.meanShift(@Nullable ConfigSegmentMeanShift config, ImageType<T> imageType) Creates an instance ofSegmentMeanShift.ConfigSegmentMeanShift.setTo(ConfigSegmentMeanShift src)