Uses of Class
org.anchoranalysis.plugin.image.segment.watershed.encoding.WatershedEncoding
Packages that use WatershedEncoding
Package
Description
Encoding voxels in a watershed-transformation implementation.
-
Uses of WatershedEncoding in org.anchoranalysis.plugin.image.segment.watershed.encoding
Fields in org.anchoranalysis.plugin.image.segment.watershed.encoding declared as WatershedEncodingModifier and TypeFieldDescriptionstatic final WatershedEncoding
EncodedVoxels.ENCODING
The encoding used for the direction-vectors.Constructors in org.anchoranalysis.plugin.image.segment.watershed.encoding with parameters of type WatershedEncodingModifierConstructorDescriptionEncodedIntBuffer
(UnsignedIntBuffer delegate, WatershedEncoding encoding) Steepest
(SlidingBuffer<?> buffer, WatershedEncoding encoder, boolean do3D, boolean bigNeighborhood, Optional<ObjectMask> objectMask) Creates a Steepest instance for a specific buffer.