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 TypeClassDescriptionclass
Creates buffers for performing a mean-intensity-projection.class
Creates 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 TypeClassDescriptionclass
Base class for different types of projections that compare and replace each voxel.class
Creates buffers for performing a Maximum Intensity Projection.class
Creates buffers for performing a minimum intensity projection, similarly toMaxIntensityProjection
but calculating the minimum.