|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij.plugin.filter.ThresholdToSelection
public class ThresholdToSelection
Nested Class Summary | |
---|---|
(package private) static class |
ThresholdToSelection.Outline
|
Field Summary | |
---|---|
(package private) int |
h
|
(package private) ImagePlus |
image
|
(package private) ImageProcessor |
ip
|
(package private) float |
max
|
(package private) float |
min
|
(package private) int |
w
|
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, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING |
Constructor Summary | |
---|---|
ThresholdToSelection()
|
Method Summary | |
---|---|
(package private) ij.gui.Roi |
getRoi()
|
void |
run(ImageProcessor ip)
Filters use this method to process the image. |
(package private) boolean |
selected(int x,
int y)
|
int |
setup(java.lang.String arg,
ImagePlus imp)
This method is called once when the filter is loaded. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
ImagePlus image
ImageProcessor ip
float min
float max
int w
int h
Constructor Detail |
---|
public ThresholdToSelection()
Method Detail |
---|
public void run(ImageProcessor ip)
PlugInFilter
null
.
run
in interface PlugInFilter
final boolean selected(int x, int y)
ij.gui.Roi getRoi()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |