|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij.plugin.ZProjector
public class ZProjector
This plugin performs a z-projection of the input stack. Type of output image is same as type of input image. Both maximum and average intensity projections are supported.
Field Summary | |
---|---|
static int |
AVG_METHOD
|
static int |
MAX_METHOD
|
static java.lang.String[] |
METHODS
|
static int |
SD_METHOD
|
static int |
SUM_METHOD
|
Constructor Summary | |
---|---|
ZProjector()
|
|
ZProjector(ImagePlus imp)
Construction of ZProjector with image to be projected. |
Method Summary | |
---|---|
protected GenericDialog |
buildControlDialog(int start,
int stop)
Builds dialog to query users for projection parameters. |
void |
computeProjection(int method)
Performs actual projection using specified method. |
ImagePlus |
getProjection()
Retrieve results of most recent projection operation. |
void |
run(java.lang.String arg)
This method is called when the plug-in is loaded. |
void |
setImage(ImagePlus imp)
Explicitly set image to be projected. |
void |
setStartSlice(int slice)
|
void |
setStopSlice(int slice)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int AVG_METHOD
public static final int MAX_METHOD
public static final int SUM_METHOD
public static final int SD_METHOD
public static final java.lang.String[] METHODS
Constructor Detail |
---|
public ZProjector()
public ZProjector(ImagePlus imp)
Method Detail |
---|
public void setImage(ImagePlus imp)
public void setStartSlice(int slice)
public void setStopSlice(int slice)
public ImagePlus getProjection()
public void run(java.lang.String arg)
PlugIn
run
in interface PlugIn
protected GenericDialog buildControlDialog(int start, int stop)
start
- starting slice to displaystop
- last slicepublic void computeProjection(int method)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |