public class Local_Threshold extends Object implements 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, NO_UNDO_RESET, PARALLELIZE_IMAGES, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING| Constructor and Description |
|---|
Local_Threshold() |
| Modifier and Type | Method and Description |
|---|---|
static void |
applyThreshold(ij.process.ImageProcessor ip,
Roi roi,
int min,
int max) |
void |
run(ij.process.ImageProcessor ip) |
int |
setup(String args,
ij.ImagePlus imp) |
public void run(ij.process.ImageProcessor ip)
run in interface ij.plugin.filter.PlugInFilterpublic static void applyThreshold(ij.process.ImageProcessor ip,
Roi roi,
int min,
int max)
public int setup(String args, ij.ImagePlus imp)
setup in interface ij.plugin.filter.PlugInFilterCopyright © 2015–2021 Fiji. All rights reserved.