ij.plugin
Class ZProjector.StandardDeviation

java.lang.Object
  extended by ij.plugin.ZProjector.RayFunction
      extended by ij.plugin.ZProjector.StandardDeviation
Enclosing class:
ZProjector

 class ZProjector.StandardDeviation
extends ZProjector.RayFunction

Compute standard deviation projection.


Constructor Summary
ZProjector.StandardDeviation(FloatProcessor fp, int num)
           
 
Method Summary
 void postProcess()
          Perform any necessary post processing operations, e.g.
 void projectSlice(byte[] pixels)
          Do actual slice projection for specific data types.
 void projectSlice(float[] pixels)
           
 void projectSlice(short[] pixels)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZProjector.StandardDeviation

public ZProjector.StandardDeviation(FloatProcessor fp,
                                    int num)
Method Detail

projectSlice

public void projectSlice(byte[] pixels)
Description copied from class: ZProjector.RayFunction
Do actual slice projection for specific data types.

Specified by:
projectSlice in class ZProjector.RayFunction

projectSlice

public void projectSlice(short[] pixels)
Specified by:
projectSlice in class ZProjector.RayFunction

projectSlice

public void projectSlice(float[] pixels)
Specified by:
projectSlice in class ZProjector.RayFunction

postProcess

public void postProcess()
Description copied from class: ZProjector.RayFunction
Perform any necessary post processing operations, e.g. averging values.

Overrides:
postProcess in class ZProjector.RayFunction