public class Thresholder extends Object
Modifier and Type | Field and Description |
---|---|
protected ij.process.ImageProcessor |
copy |
protected int |
erodeDilateIterations |
protected ij.ImagePlus |
image |
protected int |
maxThreshold |
protected int |
minThreshold |
protected boolean |
showBinary |
protected CustomStackWindow |
stackWindow |
Constructor and Description |
---|
Thresholder(CustomStackWindow stackWindow) |
Modifier and Type | Method and Description |
---|---|
protected void |
apply() |
protected void |
apply(ij.process.ImageProcessor ip,
Roi roi,
int min,
int max,
int erodeDilateIterations,
boolean makeBinary) |
protected void |
initializeSlice() |
protected void |
restoreSlice() |
void |
run() |
protected CustomStackWindow stackWindow
protected ij.ImagePlus image
protected ij.process.ImageProcessor copy
protected int minThreshold
protected int maxThreshold
protected int erodeDilateIterations
protected boolean showBinary
public Thresholder(CustomStackWindow stackWindow)
public void run()
protected void initializeSlice()
protected void restoreSlice()
protected void apply()
protected void apply(ij.process.ImageProcessor ip, Roi roi, int min, int max, int erodeDilateIterations, boolean makeBinary)
Copyright © 2015–2021 Fiji. All rights reserved.