Uses of Class
org.anchoranalysis.image.voxel.projection.Projection
Packages that use Projection
Package
Description
Classes for calculating differnet kind of projections of voxel values across multiple buffers.
Classes for performing both a Maximum Intensity
Projection and a minimum projection.
-
Uses of Projection in org.anchoranalysis.image.voxel.projection
Subclasses of Projection in org.anchoranalysis.image.voxel.projectionModifier and TypeClassDescriptionclassCreates buffers for performing a mean-intensity-projection.classCreates buffers for projecting the standard-deviation. -
Uses of Projection in org.anchoranalysis.image.voxel.projection.extrema
Subclasses of Projection in org.anchoranalysis.image.voxel.projection.extremaModifier and TypeClassDescriptionclassBase class for different types of projections that compare and replace each voxel.classCreates buffers for performing a Maximum Intensity Projection.classCreates buffers for performing a minimum intensity projection, similarly toMaxIntensityProjectionbut calculating the minimum.