Uses of Class
org.anchoranalysis.image.voxel.buffer.SlidingBuffer
Packages that use SlidingBuffer
Package
Description
Utilities to iterate over voxel-locations in images and sub-regions of images.
Iterating over a point's neighboring voxels.
Encoding voxels in a watershed-transformation implementation.
-
Uses of SlidingBuffer in org.anchoranalysis.image.voxel.iterator
Methods in org.anchoranalysis.image.voxel.iterator with parameters of type SlidingBufferModifier and TypeMethodDescriptionstatic void
IterateVoxelsObjectMaskOptional.withSlidingBuffer
(Optional<ObjectMask> objectMask, SlidingBuffer<?> buffer, ProcessPoint process) Iterate over each voxel in a sliding-buffer, optionally restricting it to be only voxels in a certain object -
Uses of SlidingBuffer in org.anchoranalysis.image.voxel.iterator.neighbor
Constructors in org.anchoranalysis.image.voxel.iterator.neighbor with parameters of type SlidingBufferModifierConstructorDescriptionprotected
ProcessVoxelNeighborAbsoluteWithSlidingBuffer
(SlidingBuffer<?> slidingBuffer) Creates for a particular sliding buffer. -
Uses of SlidingBuffer in org.anchoranalysis.plugin.image.segment.watershed.encoding
Constructors in org.anchoranalysis.plugin.image.segment.watershed.encoding with parameters of type SlidingBufferModifierConstructorDescriptionSteepest
(SlidingBuffer<?> buffer, WatershedEncoding encoder, boolean do3D, boolean bigNeighborhood, Optional<ObjectMask> objectMask) Creates a Steepest instance for a specific buffer.