Uses of Class
org.anchoranalysis.image.voxel.binary.values.BinaryValuesInt
Packages that use BinaryValuesInt
Package
Description
The
BinaryVoxels class and related operations.Defining on and off intensity-values to interpret an image in a binary way.
The fundamental data class that is an
ObjectMask
and related structures.-
Uses of BinaryValuesInt in org.anchoranalysis.image.voxel.binary
Methods in org.anchoranalysis.image.voxel.binary that return BinaryValuesIntModifier and TypeMethodDescriptionBinaryVoxels.binaryValues()Which two intensity values represent off and on states.Methods in org.anchoranalysis.image.voxel.binary with parameters of type BinaryValuesIntModifier and TypeMethodDescriptionprotected abstract BinaryVoxels<T> BinaryVoxels.binaryVoxelsFor(Voxels<T> voxels, BinaryValuesInt binaryValues) Creates aBinaryVoxelscorresponding to a particular voxels andBinaryValuesInt.static BinaryVoxels<UnsignedByteBuffer> BinaryVoxelsFactory.reuseByte(Voxels<UnsignedByteBuffer> voxels, BinaryValuesInt binaryValues) Reuses an existing voxel-buffer (of type unsigned byte) as a binary-version which should have only two intensity-values representing off and on.static BinaryVoxels<UnsignedIntBuffer> BinaryVoxelsFactory.reuseInt(Voxels<UnsignedIntBuffer> voxels, BinaryValuesInt binaryValues) Reuses an existing voxel-buffer (of type unsigned int) as a binary-version which should have only two intensity-values representing off and on.Constructors in org.anchoranalysis.image.voxel.binary with parameters of type BinaryValuesIntModifierConstructorDescriptionBinaryVoxels(Voxels<T> voxels, BinaryValuesInt binaryValues) Creates a newBinaryVoxelsinstance. -
Uses of BinaryValuesInt in org.anchoranalysis.image.voxel.binary.values
Methods in org.anchoranalysis.image.voxel.binary.values that return BinaryValuesIntModifier and TypeMethodDescriptionBinaryValuesByte.asInt()Derives aBinaryValuesIntrepresentation from the current values.BinaryValuesInt.createInverted()Inverts the values so off becomes on, and vice-versa.static BinaryValuesIntBinaryValuesInt.getDefault()Default values to use, if not otherwise specified. -
Uses of BinaryValuesInt in org.anchoranalysis.image.voxel.object
Methods in org.anchoranalysis.image.voxel.object that return BinaryValuesIntModifier and TypeMethodDescriptionObjectMask.binaryValues()What values constitute an on and off state invoxels- as ints.ObjectCollection.getFirstBinaryValues()TheBinaryValuesIntassociated with the first object in the collection.Constructors in org.anchoranalysis.image.voxel.object with parameters of type BinaryValuesIntModifierConstructorDescriptionObjectMask(BoundedVoxels<UnsignedByteBuffer> voxels, BinaryValuesInt binaryValues) Creates fromBoundedVoxelsand correspondingBinaryValuesInt.ObjectMask(BoundingBox box, Voxels<UnsignedByteBuffer> voxels, BinaryValuesInt binaryValues)