|
||||||||||
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.MaxIntensity
class ZProjector.MaxIntensity
Compute max intensity projection.
Constructor Summary | |
---|---|
ZProjector.MaxIntensity(FloatProcessor fp)
Simple constructor since no preprocessing is necessary. |
Method Summary | |
---|---|
void |
projectSlice(byte[] pixels)
Do actual slice projection for specific data types. |
void |
projectSlice(float[] pixels)
|
void |
projectSlice(short[] pixels)
|
Methods inherited from class ij.plugin.ZProjector.RayFunction |
---|
postProcess |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ZProjector.MaxIntensity(FloatProcessor fp)
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |