public class Options extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CENTER |
static String |
CONFIG_FILE |
FileGroup |
fileGroup |
static int |
GREY |
static int |
LABEL_DIFFUSION |
static int |
LABEL_SURFACE |
int |
numChannels |
int |
refChannel |
int |
resamplingFactor |
String |
templatePath |
static String[] |
TRANSFORM_LABELS |
int |
transformationMethod |
static String[] |
TRANSFORMS |
String |
workingDirectory |
Constructor and Description |
---|
Options() |
Options(File dir) |
Options(String dirname) |
Modifier and Type | Method and Description |
---|---|
Options |
clone() |
void |
copy(Options options) |
void |
debug() |
boolean |
isTransformationValid(String method) |
boolean |
isValid() |
void |
loadFrom(String path) |
static void |
main(String[] args) |
boolean |
needsLabels() |
static boolean |
needsLabels(int method) |
void |
saveTo(String path) |
void |
setTransformationMethod(String method) |
String |
toString() |
public static final String CONFIG_FILE
public static final int GREY
public static final int LABEL_SURFACE
public static final int CENTER
public static final int LABEL_DIFFUSION
public static final String[] TRANSFORMS
public static final String[] TRANSFORM_LABELS
public String workingDirectory
public FileGroup fileGroup
public String templatePath
public int numChannels
public int refChannel
public int resamplingFactor
public int transformationMethod
public Options()
public Options(String dirname)
public Options(File dir)
public void setTransformationMethod(String method)
public boolean needsLabels()
public static boolean needsLabels(int method)
public boolean isTransformationValid(String method)
public boolean isValid()
public void copy(Options options)
public void saveTo(String path)
public void loadFrom(String path)
public void debug()
public static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.