Uses of Class
boofcv.alg.segmentation.watershed.WatershedVincentSoille1991
Package
Description
-
Uses of WatershedVincentSoille1991 in boofcv.abst.segmentation
ModifierConstructorDescriptionWatershed_to_ImageSuperpixels
(WatershedVincentSoille1991 alg, int minimumSize, ConnectRule rule) -
Uses of WatershedVincentSoille1991 in boofcv.alg.segmentation.watershed
Modifier and TypeClassDescriptionstatic class
Implementation which uses a 4-connect rulestatic class
Implementation which uses a 8-connect rule -
Uses of WatershedVincentSoille1991 in boofcv.factory.segmentation
Modifier and TypeMethodDescriptionstatic WatershedVincentSoille1991
FactorySegmentationAlg.watershed
(ConnectRule rule)