Uses of Interface
boofcv.abst.segmentation.ImageSuperpixels
-
Uses of ImageSuperpixels in boofcv.abst.segmentation
Modifier and TypeClassDescriptionclass
Fh04_to_ImageSuperpixels<T extends ImageBase<T>>
Wrapper aroundSegmentFelzenszwalbHuttenlocher04
forImageSuperpixels
.class
MeanShift_to_ImageSuperpixels<T extends ImageBase<T>>
Wrapper aroundSegmentMeanShift
forImageSuperpixels
.class
Slic_to_ImageSuperpixels<T extends ImageBase<T>>
Wrapper aroundSegmentSlic
forImageSuperpixels
.class
Watershed_to_ImageSuperpixels<T extends ImageBase<T>>
Wrapper aroundWatershedVincentSoille1991
forImageSuperpixels
. -
Uses of ImageSuperpixels in boofcv.factory.segmentation
Modifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
ImageSuperpixels<T>FactoryImageSegmentation.fh04
(@Nullable ConfigFh04 config, ImageType<T> imageType) Creates a new instance ofSegmentFelzenszwalbHuttenlocher04
which is in a wrapper forImageSuperpixels
.static <T extends ImageBase<T>>
ImageSuperpixels<T>FactoryImageSegmentation.meanShift
(@Nullable ConfigSegmentMeanShift config, ImageType<T> imageType) Creates a new instance ofSegmentMeanShift
which is in a wrapper forImageSuperpixels
.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>>
ImageSuperpixels<T>FactoryImageSegmentation.watershed
(@Nullable ConfigWatershed config, ImageType<T> imageType) Creates an instance ofWatershedVincentSoille1991
.