Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/filter/Projector.html
Дата изменения: Thu Dec 2 23:03:10 2010 Дата индексирования: Mon Oct 1 23:21:16 2012 Кодировка: Поисковые слова: herbig-haro object |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ij.plugin.filter.Projector
public class Projector
This plugin creates a sequence of projections of a rotating volume (stack of slices) onto a plane using nearest-point (surface), brightest-point, or mean-value projection or a weighted combination of nearest- point projection with either of the other two methods (partial opacity). The user may choose to rotate the volume about any of the three orthogonal axes (x, y, or z), make portions of the volume transparent (using thresholding), or add a greater degree of visual realism by employing depth cues. Based on Pascal code contributed by Michael Castle of the University of Michigan Mental Health Research Institute.
Field Summary |
---|
Fields inherited from interface ij.plugin.filter.PlugInFilter |
---|
CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, KEEP_THRESHOLD, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING |
Constructor Summary | |
---|---|
Projector()
|
Method Summary | |
---|---|
ImagePlus |
doProjections(ImagePlus imp)
|
void |
doRGBProjections(ImagePlus imp)
|
void |
getByteRow(ImageStack stack,
int x,
int y,
int z,
int width1,
int width2,
int[] line)
|
void |
getRGBRow(ImageStack stack,
int x,
int y,
int z,
int width1,
int width2,
int[] line)
|
void |
putByteRow(ImageStack stack,
int y,
int z,
int width,
int[] line)
|
void |
putRGBRow(ImageStack stack,
int y,
int z,
int width,
int[] line)
|
void |
run(ImageProcessor ip)
Filters use this method to process the image. |
int |
setup(java.lang.String arg,
ImagePlus imp)
This method is called once when the filter is loaded. |
boolean |
showDialog()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Projector()
Method Detail |
---|
public int setup(java.lang.String arg, ImagePlus imp)
PlugInFilter
For Plugin-filters specifying the FINAL_PROCESSING flag, the setup method will be called again, this time with arg = "final" after all other processing is done.
setup
in interface PlugInFilter
public void run(ImageProcessor ip)
PlugInFilter
null
.
run
in interface PlugInFilter
public boolean showDialog()
public void doRGBProjections(ImagePlus imp)
public ImagePlus doProjections(ImagePlus imp)
public void getByteRow(ImageStack stack, int x, int y, int z, int width1, int width2, int[] line)
public void putByteRow(ImageStack stack, int y, int z, int width, int[] line)
public void getRGBRow(ImageStack stack, int x, int y, int z, int width1, int width2, int[] line)
public void putRGBRow(ImageStack stack, int y, int z, int width, int[] line)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |