Uses of Interface
org.anchoranalysis.image.voxel.extracter.VoxelsExtracter
Packages that use VoxelsExtracter
Package
Description
The
Channel
core data-class and related operations
and converters.Data-structures to store and manipulate image raster-data or voxels.
The
BinaryVoxels
class and related operations.Methods to read/copy/duplicate portions of voxels.
The fundamental data class that is an
ObjectMask
and related structures.-
Uses of VoxelsExtracter in org.anchoranalysis.image.core.channel
Methods in org.anchoranalysis.image.core.channel that return VoxelsExtracterModifier and TypeMethodDescriptionChannel.extract()
Interface that allows read/copy/duplication operations to be performed regarding the voxels intensities. -
Uses of VoxelsExtracter in org.anchoranalysis.image.voxel
Methods in org.anchoranalysis.image.voxel that return VoxelsExtracterModifier and TypeMethodDescriptionfinal VoxelsExtracter
<T> BoundedVoxels.extract()
Extracts value from voxels using global coordinates (relative to the image as a whole).abstract VoxelsExtracter
<T> Voxels.extract()
Interface that allows read/copy/duplication operations to be performed regarding the voxels intensities.VoxelsFloat.extract()
VoxelsUnsignedByte.extract()
VoxelsUnsignedInt.extract()
VoxelsUnsignedShort.extract()
VoxelsUntyped.extract()
Interface that allows read/copy/duplication operations to be performed regarding the voxels intensities. -
Uses of VoxelsExtracter in org.anchoranalysis.image.voxel.binary
Methods in org.anchoranalysis.image.voxel.binary that return VoxelsExtracterModifier and TypeMethodDescriptionBinaryVoxels.extract()
Interface that allows read/copy/duplication operations to be performed regarding the voxels intensities. -
Uses of VoxelsExtracter in org.anchoranalysis.image.voxel.extracter
Methods in org.anchoranalysis.image.voxel.extracter that return VoxelsExtracterModifier and TypeMethodDescriptionstatic <T> VoxelsExtracter
<T> VoxelsExtracterFactory.atCorner
(ReadableTuple3i corner, VoxelsExtracter<T> delegate) Projects aVoxelsExtracter
to a corner in a larger global space.static VoxelsExtracter
<FloatBuffer> VoxelsExtracterFactory.createFloat
(Voxels<FloatBuffer> voxels) Create voxels-extracter forFloatBuffer
.static VoxelsExtracter
<UnsignedByteBuffer> VoxelsExtracterFactory.createUnsignedByte
(Voxels<UnsignedByteBuffer> voxels) Create voxels-extracter forUnsignedByteBuffer
.static VoxelsExtracter
<UnsignedIntBuffer> VoxelsExtracterFactory.createUnsignedInt
(Voxels<UnsignedIntBuffer> voxels) Create voxels-extracter forUnsignedIntBuffer
.static VoxelsExtracter
<UnsignedShortBuffer> VoxelsExtracterFactory.createUnsignedShort
(Voxels<UnsignedShortBuffer> voxels) Create voxels-extracter forUnsignedShortBuffer
.Methods in org.anchoranalysis.image.voxel.extracter with parameters of type VoxelsExtracterModifier and TypeMethodDescriptionstatic <T> VoxelsExtracter
<T> VoxelsExtracterFactory.atCorner
(ReadableTuple3i corner, VoxelsExtracter<T> delegate) Projects aVoxelsExtracter
to a corner in a larger global space. -
Uses of VoxelsExtracter in org.anchoranalysis.image.voxel.object
Methods in org.anchoranalysis.image.voxel.object that return VoxelsExtracterModifier and TypeMethodDescriptionObjectMask.extract()
Provides methods to read/copy/duplicate regions of voxels.