Module org.scijava.ops.image
Package org.scijava.ops.image.image.watershed
-
Class Summary Class Description Watershed<T extends RealType<T>,B extends BooleanType<B>> The Watershed algorithm segments and labels a grayscale image analogous to a heightmap.WatershedBinary<T extends BooleanType<T>,B extends BooleanType<B>> The Watershed algorithm segments and labels a grayscale image analogous to a heightmap.WatershedBinaryFunction<T extends BooleanType<T>,B extends BooleanType<B>> The Watershed algorithm segments and labels a grayscale image analogous to a heightmap.WatershedBinarySingleSigma<T extends BooleanType<T>,B extends BooleanType<B>> The Watershed algorithm segments and labels a grayscale image analogous to a heightmap.WatershedBinarySingleSigmaFunction<T extends RealType<T>,B extends BooleanType<B>> The Watershed algorithm segments and labels a grayscale image analogous to a heightmap.WatershedFunction<T extends RealType<T>,B extends BooleanType<B>> The Watershed algorithm segments and labels a grayscale image analogous to a heightmap.WatershedSeeded<T extends RealType<T>,B extends BooleanType<B>> The Watershed algorithm segments and labels a grayscale image analogous to a heightmap.WatershedSeededFunction<T extends RealType<T>,B extends BooleanType<B>> The Watershed algorithm segments and labels a grayscale image analogous to a heightmap.