|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij.plugin.ZProjector.RayFunction
ij.plugin.ZProjector.AverageIntensity
class ZProjector.AverageIntensity
Compute average intensity projection.
Constructor Summary | |
---|---|
ZProjector.AverageIntensity(FloatProcessor fp,
int num)
Constructor requires number of slices to be projected. |
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 |
---|
public ZProjector.AverageIntensity(FloatProcessor fp, int num)
Method Detail |
---|
public void projectSlice(byte[] pixels)
ZProjector.RayFunction
projectSlice
in class ZProjector.RayFunction
public void projectSlice(short[] pixels)
projectSlice
in class ZProjector.RayFunction
public void projectSlice(float[] pixels)
projectSlice
in class ZProjector.RayFunction
public void postProcess()
ZProjector.RayFunction
postProcess
in class ZProjector.RayFunction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |