MipTasks::PHDCamFilterTaskOptions Class Reference
[PHDFilter Task]

Options for the task using the PHDCamFilter. More...

#include <PHDCamFilterTask.h>

Inheritance diagram for MipTasks::PHDCamFilterTaskOptions:

Options MIPObject

List of all members.

Public Member Functions

 PHDCamFilterTaskOptions ()
 Default constructor.
string getObjectName () const
 Gets the Name of the Options.

Public Attributes

DecimalOptiontimeBetweenMeasUpdates
 Time between two measurement updates.
DecimalOptiontimeBetweenSysUpdates
 Time between two system updates.
StringOptionfilterType
 Type of PHDCamFilter.
DecimalOptionsurvivalProbability
 Survival probability of the target after per unit of time.
DecimalOptiondetectionProbability
 Probability of detection of a target.
DecimalOptiontruncationThreshold
 Truncation threshold.
IntOptionmaxComponentNumber
 Maximum number of components.
DecimalOptionmergingThreshold
 Merging threshold.
IntOptionparticleNumber
 Number of particle to discretize the initial orientation.
DecimalOptionsensorDetectionRay
 Maximum detection ray of the sensor.
DecimalOptiontargetDimension
 Dimension of the targets.
DecimalOptionmaxDetectionBearing
 Maximum (and negative minimum) detection bearing of the target, expressed in [0, M_PI].
DecimalOptionwidthCam
 Width of the camera.
DecimalOptionheightCam
 Height of the camera.
DecimalOptionfocaLengthCam
 Focal length of the camera.
Pose3DOptionrelPoseCamQuad
 Relative pose between the camera and quadrotor reference frames (w.r.t. quadrotor reference frame).
Pose3DOptionrelPoseSonarQuad
 Relative pose between the sonar and quadrotor reference frames (w.r.t. quadrotor reference frame).
PositionOptionprincipalPoint
 Coordinate of the principal point in pixels.
DecimalArrayOptionrotoQuadMobRob
IntOptionsaveResults
 Option to save data on file. 0 not saving data; 1 weighted sum; 2 best guess; 3 all data; 4 both weighted sum and best guess.
DecimalOptionsigmaNoiseDist
 Standard deviation for the noise on distance measurement.
DecimalOptionnoiseRangeDist
 Range of noise to add.
StringOptionrootFolder
 Root of the folder where the estimates has to been saved.
StringOptionrootEstimates
 Root of the file where the estimates are saved.
StringOptionrootBestEstimate
 Root of the file where the best estimate is saved.
StringOptionrootMeasImPlane
 Root of the file where the measurements on image plane are stored.
BoolOptionaddNoiseOnMeas
 Specify if one wants to add noise on image plane camera observations.
BoolOptionvertZSonarAlgo
 Choose if the given sonar measurement is referred to vertical height or this measurement is along z axis of the sonar.


Detailed Description

Options for the task using the PHDCamFilter.

Author:
Marco Cognetti

Constructor & Destructor Documentation

MipTasks::PHDCamFilterTaskOptions::PHDCamFilterTaskOptions (  ) 

Default constructor.


Member Function Documentation

string MipTasks::PHDCamFilterTaskOptions::getObjectName (  )  const [inline, virtual]

Gets the Name of the Options.

Returns:
The name the Options.

Implements Options.


Member Data Documentation

Time between two measurement updates.

Time between two system updates.

Type of PHDCamFilter.

Survival probability of the target after per unit of time.

Probability of detection of a target.

Truncation threshold.

All hypotheses with weight under this threshold are erased.

Maximum number of components.

Merging threshold.

Threshold on the Mahalanobis distance to merge two different hypotheses.

Number of particle to discretize the initial orientation.

Maximum detection ray of the sensor.

Dimension of the targets.

Maximum (and negative minimum) detection bearing of the target, expressed in [0, M_PI].

Width of the camera.

Height of the camera.

Focal length of the camera.

Relative pose between the camera and quadrotor reference frames (w.r.t. quadrotor reference frame).

Relative pose between the sonar and quadrotor reference frames (w.r.t. quadrotor reference frame).

Coordinate of the principal point in pixels.

Option to save data on file. 0 not saving data; 1 weighted sum; 2 best guess; 3 all data; 4 both weighted sum and best guess.

Standard deviation for the noise on distance measurement.

Range of noise to add.

Root of the folder where the estimates has to been saved.

Root of the file where the estimates are saved.

Root of the file where the best estimate is saved.

Root of the file where the measurements on image plane are stored.

Specify if one wants to add noise on image plane camera observations.

Choose if the given sonar measurement is referred to vertical height or this measurement is along z axis of the sonar.

True: sonar measurement along z camera, false vertical height


The documentation for this class was generated from the following files:

Generated on Mon Feb 20 07:01:13 2017 for MIP by  doxygen 1.5.6