public class FactorySegmentationAlg
extends java.lang.Object
| Constructor and Description |
|---|
FactorySegmentationAlg() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends boofcv.struct.image.ImageBase> |
fh04(ConfigFh04 config,
boofcv.struct.image.ImageType<T> imageType) |
static <T extends boofcv.struct.image.ImageBase> |
meanShift(ConfigSegmentMeanShift config,
boofcv.struct.image.ImageType<T> imageType)
Creates an instance of
SegmentMeanShift. |
static <T extends boofcv.struct.image.ImageBase> |
regionMeanColor(boofcv.struct.image.ImageType<T> imageType)
Creates an instance of
ComputeRegionMeanColor for the specified image type. |
static <T extends boofcv.struct.image.ImageBase> |
slic(ConfigSlic config,
boofcv.struct.image.ImageType<T> imageType) |
static WatershedVincentSoille1991 |
watershed(boofcv.struct.ConnectRule rule) |
static <T extends boofcv.struct.image.ImageBase> |
weightsFelzenszwalb04(boofcv.struct.ConnectRule rule,
boofcv.struct.image.ImageType<T> imageType) |
public static <T extends boofcv.struct.image.ImageBase> ComputeRegionMeanColor<T> regionMeanColor(boofcv.struct.image.ImageType<T> imageType)
ComputeRegionMeanColor for the specified image type.imageType - image typepublic static <T extends boofcv.struct.image.ImageBase> SegmentMeanShift<T> meanShift(ConfigSegmentMeanShift config, boofcv.struct.image.ImageType<T> imageType)
SegmentMeanShift. Uniform distributions are used for spacial and color
weights.config - Specify configuration for mean-shiftimageType - Type of input imagepublic static <T extends boofcv.struct.image.ImageBase> FhEdgeWeights<T> weightsFelzenszwalb04(boofcv.struct.ConnectRule rule, boofcv.struct.image.ImageType<T> imageType)
public static <T extends boofcv.struct.image.ImageBase> SegmentFelzenszwalbHuttenlocher04<T> fh04(ConfigFh04 config, boofcv.struct.image.ImageType<T> imageType)
public static <T extends boofcv.struct.image.ImageBase> SegmentSlic<T> slic(ConfigSlic config, boofcv.struct.image.ImageType<T> imageType)
public static WatershedVincentSoille1991 watershed(boofcv.struct.ConnectRule rule)