public static class Segmentation.FastMarchingParam extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
apply_bandpass_filter |
boolean |
apply_grey_value_erosion |
boolean |
autoscale_after_filtering |
double |
fm_dist |
int |
fm_grey |
int |
height
In pixels, of the the underlying image to copy around the mouse.
|
int |
high_frequency_threshold |
int |
iter_inc |
int |
low_frequency_threshold |
int |
max_iterations |
double |
ratio_space_color |
boolean |
saturate_when_autoscaling |
boolean |
SNT_invert_image |
int |
width
In pixels, of the the underlying image to copy around the mouse.
|
Constructor and Description |
---|
FastMarchingParam() |
Modifier and Type | Method and Description |
---|---|
OptionPanel |
asOptionPanel() |
Rectangle |
getBounds(int x_p,
int y_p)
Return bounds relative to the given mouse position.
|
void |
resizeArea(int sign,
double magnification) |
boolean |
setup() |
public int fm_grey
public double fm_dist
public int max_iterations
public int iter_inc
public boolean apply_grey_value_erosion
public double ratio_space_color
public boolean apply_bandpass_filter
public int low_frequency_threshold
public int high_frequency_threshold
public boolean autoscale_after_filtering
public boolean saturate_when_autoscaling
public int width
public int height
public boolean SNT_invert_image
public OptionPanel asOptionPanel()
public boolean setup()
public void resizeArea(int sign, double magnification)
public Rectangle getBounds(int x_p, int y_p)
Copyright © 2015–2021 Fiji. All rights reserved.