Uses of Class
org.anchoranalysis.image.voxel.binary.values.BinaryValuesInt
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.binary |
The
BinaryVoxels class and related operations. |
| org.anchoranalysis.image.voxel.binary.values |
Defining on and off intensity-values to interpret an image in a binary way.
|
| org.anchoranalysis.image.voxel.object |
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 BinaryValuesInt Modifier and Type Method Description BinaryValuesIntBinaryVoxels. binaryValues()Which two intensity values represent off and on states.Methods in org.anchoranalysis.image.voxel.binary with parameters of type BinaryValuesInt Modifier and Type Method Description protected 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 BinaryValuesInt Constructor Description BinaryVoxels(Voxels<T> voxels, BinaryValuesInt binaryValues) -
Uses of BinaryValuesInt in org.anchoranalysis.image.voxel.binary.values
Methods in org.anchoranalysis.image.voxel.binary.values that return BinaryValuesInt Modifier and Type Method Description BinaryValuesIntBinaryValuesByte. asInt()Derives aBinaryValuesIntrepresentation from the current values.BinaryValuesIntBinaryValuesInt. 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 BinaryValuesInt Modifier and Type Method Description BinaryValuesIntObjectMask. binaryValues()What values constitute an on and off state invoxels- as ints.BinaryValuesIntObjectCollection. getFirstBinaryValues()TheBinaryValuesIntassociated with the first object in the collection.Constructors in org.anchoranalysis.image.voxel.object with parameters of type BinaryValuesInt Constructor Description ObjectMask(BoundedVoxels<UnsignedByteBuffer> voxels, BinaryValuesInt binaryValues)Creates fromBoundedVoxelsand correspondingBinaryValuesInt.ObjectMask(BoundingBox box, Voxels<UnsignedByteBuffer> voxels, BinaryValuesInt binaryValues)