Package org.anchoranalysis.image.voxel.projection.extrema
package org.anchoranalysis.image.voxel.projection.extrema
Classes for performing both a Maximum Intensity
Projection and a minimum projection.
-
ClassDescriptionBase class for different types of projections that compare and replace each voxel.Performs comparison of two values of type long.Performs comparison for two values of type int.Performs comparison of two values of type long.Creates buffers for performing a Maximum Intensity Projection.Creates buffers for performing a minimum intensity projection, similarly to
MaxIntensityProjection
but calculating the minimum.