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:Projection
Creates a buffer for a maximum-intensity projection for unsigned byte voxels.- Specified by:
createUnsignedByte
in 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:Projection
Creates a buffer for a maximum-intensity projection for unsigned short voxels.- Specified by:
createUnsignedShort
in 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:Projection
Creates a buffer for a maximum-intensity projection for unsigned int voxels.- Specified by:
createUnsignedInt
in 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:Projection
Creates a buffer for a maximum-intensity projection for float voxels.- Specified by:
createFloat
in 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.
-