Package clickTrainDetector.localisation
Class CTLocParams
java.lang.Object
annotation.handler.AnnotationOptions
annotation.localise.targetmotion.TMAnnotationOptions
clickTrainDetector.localisation.CTLocParams
- All Implemented Interfaces:
Serializable
,DetectionGroupOptions
,ManagedParameters
Parameters for Click Train Localisation
- Author:
- Jamie Macaulay
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptiondouble
The minimum angle range before attempting a localisationint
The minimum number of data units within a detection before attempting a localisationboolean
True to attempt a loclaisation. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classMethods inherited from class annotation.localise.targetmotion.TMAnnotationOptions
getLocalisationParams, getMaxLocalisationPoints, setLocalisationParams
Methods inherited from class annotation.handler.AnnotationOptions
getAnnotationName, isIsSelected, setSelected
-
Field Details
-
shouldloc
public boolean shouldlocTrue to attempt a loclaisation. -
minDataUnits
public int minDataUnitsThe minimum number of data units within a detection before attempting a localisation -
minAngleRange
public double minAngleRangeThe minimum angle range before attempting a localisation
-
-
Constructor Details
-
CTLocParams
public CTLocParams()
-
-
Method Details
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Overrides:
getParameterSet
in classTMAnnotationOptions
- Returns:
- description of the parameters in a class.
-