Class StandardDeviationProjection<T>

Type Parameters:
T - buffer type used for aggregation UnsignedByteBuffer etc.

public class StandardDeviationProjection<T> extends ProjectableBufferAggregator<T>
Projection of the standard-deviation of voxels values across all inputs.

This occurs similarly to MeanProjection but calculates the standard-deviation rather than the mean for each voxel.

Author:
Owen Feehan