|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.Alida.operator.ALDOperator
de.unihalle.informatik.MiToBo.core.operator.MTBOperator
de.unihalle.informatik.MiToBo.tracking.multitarget.eval.TrackEvaluator
@ALDMetaInfo(export=ALLOWED) public class TrackEvaluator
Nested Class Summary | |
---|---|
class |
TrackEvaluator.TrackEvaluatorResult
|
Nested classes/interfaces inherited from class de.unihalle.informatik.Alida.operator.ALDOperator |
---|
de.unihalle.informatik.Alida.operator.ALDOperator.HidingMode |
Field Summary | |
---|---|
Vector<MultiState<MotionModelID>> |
inputObservations
|
Vector<Vector<MultiState<MotionModelID>>> |
trackerOutputObservations
|
Vector<TrackEvaluator.TrackEvaluatorResult> |
trackEvalResult
|
Fields inherited from class de.unihalle.informatik.Alida.operator.ALDOperator |
---|
completeDAG, name, operatorExecutionEventlistenerList, portHashAccess, verbose, versionProvider |
Constructor Summary | |
---|---|
TrackEvaluator(Vector<MultiState<MotionModelID>> groundtruthObservations,
Vector<Vector<MultiState<MotionModelID>>> trackerOutputObservations)
|
Method Summary | |
---|---|
protected void |
operate()
|
Methods inherited from class de.unihalle.informatik.MiToBo.core.operator.MTBOperator |
---|
readResolve |
Methods inherited from class de.unihalle.informatik.Alida.operator.ALDOperator |
---|
addOperatorExecutionProgressEventListener, fieldContained, fireOperatorExecutionProgressEvent, getALDPortHashAccessKey, getConstructionMode, getHidingMode, getInInoutNames, getInInoutNames, getInNames, getInOutNames, getMissingRequiredInputs, getName, getNumParameters, getOutInoutNames, getOutNames, getParameter, getParameterDescriptor, getParameterNames, getSupplementalNames, getVerbose, getVersion, handleOperatorExecutionProgressEvent, isConfigured, print, print, print, printInterface, printInterface, readHistory, reinitializeParameterDescriptors, removeOperatorExecutionProgressEventListener, runOp, runOp, runOp, setConstructionMode, setHidingMode, setName, setParameter, setVerbose, toStringVerbose, unconfiguredItems, validate, validateCustom, validateGeneric, writeHistory, writeHistory, writeHistory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@Parameter(label="groundtruthObservations", required=true, direction=IN, description="Ground truth observations") public Vector<MultiState<MotionModelID>> inputObservations
@Parameter(label="trackerOutputObservations", required=true, direction=IN, description="(Set of) observations from tracking") public Vector<Vector<MultiState<MotionModelID>>> trackerOutputObservations
@Parameter(label="trackEvalResult", required=false, direction=OUT, description="Results collected over all observations in trackerObservations") public Vector<TrackEvaluator.TrackEvaluatorResult> trackEvalResult
Constructor Detail |
---|
public TrackEvaluator(Vector<MultiState<MotionModelID>> groundtruthObservations, Vector<Vector<MultiState<MotionModelID>>> trackerOutputObservations) throws de.unihalle.informatik.Alida.exceptions.ALDOperatorException
de.unihalle.informatik.Alida.exceptions.ALDOperatorException
Method Detail |
---|
protected void operate() throws de.unihalle.informatik.Alida.exceptions.ALDOperatorException, de.unihalle.informatik.Alida.exceptions.ALDProcessingDAGException
operate
in class de.unihalle.informatik.Alida.operator.ALDOperator
de.unihalle.informatik.Alida.exceptions.ALDOperatorException
de.unihalle.informatik.Alida.exceptions.ALDProcessingDAGException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |