Uses of Interface
boofcv.abst.segmentation.ImageSuperpixels
Packages that use ImageSuperpixels
-
Uses of ImageSuperpixels in boofcv.abst.segmentation
Classes in boofcv.abst.segmentation that implement ImageSuperpixelsModifier and TypeClassDescriptionclassFh04_to_ImageSuperpixels<T extends ImageBase<T>>Wrapper aroundSegmentFelzenszwalbHuttenlocher04forImageSuperpixels.classMeanShift_to_ImageSuperpixels<T extends ImageBase<T>>Wrapper aroundSegmentMeanShiftforImageSuperpixels.classSlic_to_ImageSuperpixels<T extends ImageBase<T>>Wrapper aroundSegmentSlicforImageSuperpixels.classWatershed_to_ImageSuperpixels<T extends ImageBase<T>>Wrapper aroundWatershedVincentSoille1991forImageSuperpixels. -
Uses of ImageSuperpixels in boofcv.factory.segmentation
Methods in boofcv.factory.segmentation that return ImageSuperpixelsModifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
ImageSuperpixels<T>FactoryImageSegmentation.fh04(@Nullable ConfigFh04 config, ImageType<T> imageType) Creates a new instance ofSegmentFelzenszwalbHuttenlocher04which is in a wrapper forImageSuperpixels.static <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>>
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>>
ImageSuperpixels<T>FactoryImageSegmentation.watershed(@Nullable ConfigWatershed config, ImageType<T> imageType) Creates an instance ofWatershedVincentSoille1991.