Uses of Class
org.anchoranalysis.image.voxel.iterator.MinMaxRange
Packages that use MinMaxRange
Package
Description
Methods to read/copy/duplicate portions of voxels.
Utilities to iterate over voxel-locations in images and sub-regions of images.
-
Uses of MinMaxRange in org.anchoranalysis.image.voxel.extracter
Methods in org.anchoranalysis.image.voxel.extracter that return MinMaxRangeModifier and TypeMethodDescriptionVoxelsExtracter.voxelsWithMinMaxIntensity()
Finds the minimum-value and maximum of any voxel. -
Uses of MinMaxRange in org.anchoranalysis.image.voxel.iterator
Methods in org.anchoranalysis.image.voxel.iterator that return MinMaxRangeModifier and TypeMethodDescriptionstatic <T extends UnsignedBufferAsInt>
MinMaxRangeIterateVoxelsAll.intensityMinMax
(Voxels<T> voxels) Finds the maximum intensity-value (as an int) among all voxels.