public class RemoveOutliers extends AbstractBlockFilter
Modifier and Type | Field and Description |
---|---|
protected RemoveOutliers[] |
rmos |
protected static double |
standardDeviations |
protected double |
stds |
blockRadiusX, blockRadiusY, brx, bry, flags, fps, pip
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 |
---|
RemoveOutliers() |
Modifier and Type | Method and Description |
---|---|
protected void |
copyParameters() |
boolean |
dialogItemChanged(GenericDialog gd,
AWTEvent e) |
protected String |
dialogTitle() |
protected void |
init(ij.ImagePlus imp) |
protected void |
process(int i) |
static void |
run(ij.process.ImageProcessor ip,
int brx,
int bry,
float stds)
Remove outlier pixels from an
ImageProcessor . |
int |
showDialog(ij.ImagePlus imp,
String command,
ij.plugin.filter.PlugInFilterRunner pfr) |
run, setNPasses, setup, toByte, toRGB, toShort
protected static double standardDeviations
protected double stds
protected RemoveOutliers[] rmos
protected String dialogTitle()
dialogTitle
in class AbstractBlockFilter
protected void init(ij.ImagePlus imp)
init
in class AbstractBlockFilter
public int showDialog(ij.ImagePlus imp, String command, ij.plugin.filter.PlugInFilterRunner pfr)
showDialog
in interface ij.plugin.filter.ExtendedPlugInFilter
showDialog
in class AbstractBlockFilter
public boolean dialogItemChanged(GenericDialog gd, AWTEvent e)
dialogItemChanged
in interface DialogListener
dialogItemChanged
in class AbstractBlockFilter
protected void copyParameters()
copyParameters
in class AbstractBlockFilter
protected void process(int i)
process
in class AbstractBlockFilter
public static void run(ij.process.ImageProcessor ip, int brx, int bry, float stds)
ImageProcessor
.ip
- brx
- block widthbry
- block heightstds
- how many STDs consititute the threshold for an outlierCopyright © 2015–2021 Fiji. All rights reserved.