Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/ZProjector.html
Дата изменения: Thu Dec 2 23:03:11 2010 Дата индексирования: Mon Oct 1 22:16:34 2012 Кодировка: Поисковые слова: п п п п п п п п п п |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ij.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.
Field Summary | |
---|---|
static int |
AVG_METHOD
|
static java.lang.String |
lutMessage
|
static int |
MAX_METHOD
|
static int |
MEDIAN_METHOD
|
static java.lang.String[] |
METHODS
|
static int |
MIN_METHOD
|
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 |
doProjection()
Performs actual projection using specified method. |
void |
doRGBProjection()
|
ImagePlus |
getProjection()
Retrieve results of most recent projection operation. |
void |
run(java.lang.String arg)
This method is called when the plugin is loaded. |
void |
setImage(ImagePlus imp)
Explicitly set image to be projected. |
void |
setMethod(int projMethod)
|
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 MIN_METHOD
public static final int SUM_METHOD
public static final int SD_METHOD
public static final int MEDIAN_METHOD
public static final java.lang.String[] METHODS
public static final java.lang.String lutMessage
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 void setMethod(int projMethod)
public ImagePlus getProjection()
public void run(java.lang.String arg)
PlugIn
run
in interface PlugIn
public void doRGBProjection()
protected GenericDialog buildControlDialog(int start, int stop)
start
- starting slice to displaystop
- last slicepublic void doProjection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |