public class LevelSet extends Object implements ij.plugin.PlugIn
Modifier and Type | Class and Description |
---|---|
static class |
LevelSet.preprocessChoices |
Modifier and Type | Field and Description |
---|---|
protected boolean |
ask_params |
protected static double |
fm_dist |
protected static int |
fm_grey |
protected int |
fm_maxiter |
protected ImageContainer |
ic |
protected ij.ImagePlus |
imp |
protected int |
ITER_INC |
protected static LevelSetFactory |
lf |
protected int |
ls_maxiter |
protected EnumMap<LevelSetFactory.Parameter,String> |
parameters |
protected LevelSet.preprocessChoices |
preprocess |
protected ij.ImagePlus |
shapeStack |
Constructor and Description |
---|
LevelSet() |
Modifier and Type | Method and Description |
---|---|
ij.ImagePlus |
execute(ij.ImagePlus imp,
boolean with_progress) |
static void |
main(String[] args) |
void |
run(ij.ImagePlus imp) |
void |
run(String arg) |
boolean |
showDialog() |
void |
showROI(ij.ImagePlus ip,
Roi roi,
StateContainer sc_in) |
protected ij.ImagePlus imp
protected ImageContainer ic
protected static LevelSetFactory lf
protected int ITER_INC
protected static double fm_dist
protected static int fm_grey
protected EnumMap<LevelSetFactory.Parameter,String> parameters
protected LevelSet.preprocessChoices preprocess
protected ij.ImagePlus shapeStack
protected int fm_maxiter
protected int ls_maxiter
protected boolean ask_params
public static void main(String[] args)
public void run(ij.ImagePlus imp)
public ij.ImagePlus execute(ij.ImagePlus imp, boolean with_progress)
imp
- The ImagePlus to operate onwith_progress
- Whether to show an image that tracks progresspublic void run(String arg)
run
in interface ij.plugin.PlugIn
public boolean showDialog()
public void showROI(ij.ImagePlus ip, Roi roi, StateContainer sc_in)
Copyright © 2015–2021 Fiji. All rights reserved.