Uses of Class
org.anchoranalysis.image.voxel.kernel.morphological.DilationContext
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.object.morphological |
Morphological operations
applied to
ObjectMasks. |
-
Uses of DilationContext in org.anchoranalysis.image.voxel.object.morphological
Methods in org.anchoranalysis.image.voxel.object.morphological with parameters of type DilationContext Modifier and Type Method Description static BinaryVoxels<UnsignedByteBuffer>MorphologicalDilation. dilate(BinaryVoxels<UnsignedByteBuffer> voxels, int iterations, DilationContext context)Performs a morphological dilation operation.