Uses of Class
org.anchoranalysis.image.voxel.iterator.MinMaxRange
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.extracter |
Methods to read/copy/duplicate portions of voxels.
|
| org.anchoranalysis.image.voxel.iterator |
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 MinMaxRange Modifier and Type Method Description MinMaxRangeVoxelsExtracter. 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 MinMaxRange Modifier and Type Method Description static <T extends UnsignedBufferAsInt>
MinMaxRangeIterateVoxelsAll. intensityMinMax(Voxels<T> voxels)Finds the maximum intensity-value (as an int) among all voxels.