public class Binary_to_Point_Selection extends Object implements ij.plugin.filter.PlugInFilter
Modifier and Type | Field and Description |
---|---|
protected ij.ImagePlus |
image |
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, NO_UNDO_RESET, PARALLELIZE_IMAGES, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING
Constructor and Description |
---|
Binary_to_Point_Selection() |
Modifier and Type | Method and Description |
---|---|
void |
run(ij.process.ImageProcessor ip)
This method is run when the current image was accepted.
|
int |
setup(String arg,
ij.ImagePlus image)
This method gets called by ImageJ / Fiji to determine
whether the current image is of an appropriate type.
|
public int setup(String arg, ij.ImagePlus image)
setup
in interface ij.plugin.filter.PlugInFilter
arg
- can be specified in plugins.configimage
- is the currently opened imagepublic void run(ij.process.ImageProcessor ip)
run
in interface ij.plugin.filter.PlugInFilter
ip
- is the current slice (typically, plugins use
the ImagePlus set above instead).Copyright © 2015–2021 Fiji. All rights reserved.