public class Erode_ 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 |
|---|
Erode_() |
| Modifier and Type | Method and Description |
|---|---|
ij.ImagePlus |
erode(ij.ImagePlus image,
int threshold,
boolean newWin) |
int |
get(int x,
int y,
int z) |
void |
run(ij.process.ImageProcessor ip) |
void |
set(int x,
int y,
int z,
int v) |
int |
setup(String arg,
ij.ImagePlus imp) |
public void run(ij.process.ImageProcessor ip)
run in interface ij.plugin.filter.PlugInFilterpublic int setup(String arg, ij.ImagePlus imp)
setup in interface ij.plugin.filter.PlugInFilterpublic ij.ImagePlus erode(ij.ImagePlus image,
int threshold,
boolean newWin)
public int get(int x,
int y,
int z)
public void set(int x,
int y,
int z,
int v)
Copyright © 2015–2021 Fiji. All rights reserved.