Class StandardDeviationIntensityProjection
Object
Projection
StandardDeviationIntensityProjection
Creates buffers for projecting the standard-deviation.
This occurs similarly to a mean-intensity-projection, but instead writes the standard-deviation of each voxel across buffers.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFloat(Extent extent) Creates a buffer for a maximum-intensity projection for float voxels.createUnsignedByte(Extent extent) Creates a buffer for a maximum-intensity projection for unsigned byte voxels.createUnsignedInt(Extent extent) Creates a buffer for a maximum-intensity projection for unsigned int voxels.createUnsignedShort(Extent extent) Creates a buffer for a maximum-intensity projection for unsigned short voxels.Methods inherited from class org.anchoranalysis.image.voxel.projection.Projection
create
-
Constructor Details
-
StandardDeviationIntensityProjection
public StandardDeviationIntensityProjection()
-
-
Method Details
-
createUnsignedByte
Description copied from class:ProjectionCreates a buffer for a maximum-intensity projection for unsigned byte voxels.- Specified by:
createUnsignedBytein classProjection- Parameters:
extent- the size of the projected image. The z-dimension is ignored.- Returns:
- a newly created buffer that can be used for projection.
-
createUnsignedShort
Description copied from class:ProjectionCreates a buffer for a maximum-intensity projection for unsigned short voxels.- Specified by:
createUnsignedShortin classProjection- Parameters:
extent- the size of the projected image. The z-dimension is ignored.- Returns:
- a newly created buffer that can be used for projection.
-
createUnsignedInt
Description copied from class:ProjectionCreates a buffer for a maximum-intensity projection for unsigned int voxels.- Specified by:
createUnsignedIntin classProjection- Parameters:
extent- the size of the projected image. The z-dimension is ignored.- Returns:
- a newly created buffer that can be used for projection.
-
createFloat
Description copied from class:ProjectionCreates a buffer for a maximum-intensity projection for float voxels.- Specified by:
createFloatin classProjection- Parameters:
extent- the size of the projected image. The z-dimension is ignored.- Returns:
- a newly created buffer that can be used for projection.
-