public class AlgorithmProperties
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
aCoeff |
double |
highThres |
double |
hiLowRatio |
int |
initFrames |
double |
kCoeff |
double |
lowThres |
int |
marginROI |
int |
minCCSize |
int |
nMemoryFrames |
double |
positionError |
double |
RIoffsetError |
double |
sigma |
double |
thickness |
| Constructor and Description |
|---|
AlgorithmProperties()
Class constructor, empty of values.
|
AlgorithmProperties(java.lang.String propertyFilename)
Class constructor, loading properties from a specified file.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PropertiesLoaded()
Checks whether the properties have been loaded on this object.
|
public int minCCSize
public int nMemoryFrames
public double aCoeff
public double kCoeff
public double hiLowRatio
public int initFrames
public int marginROI
public double RIoffsetError
public double positionError
public double sigma
public double highThres
public double lowThres
public double thickness
public AlgorithmProperties()
public AlgorithmProperties(java.lang.String propertyFilename)
throws java.lang.NumberFormatException,
java.io.IOException
propertyFilename - the file where the properties are foundjava.lang.NumberFormatExceptionjava.io.IOException