Inheritance diagram for GT2004SelfLocator::Sample:
Public Types | |
enum | { numberOfQualities = LinesPercept::numberOfLineTypes + 1 } |
Public Member Functions | |
Sample () | |
Constructor. | |
Sample (const Pose2D &pose, const double *quality) | |
Constructor. | |
double | getQuality () const |
void | updateQuality (const double *average) |
void | setProbability (LinesPercept::LineType type, double value) |
bool | isValid () const |
Public Attributes | |
Pose2D | camera |
Temporary representing the pose of the camera. | |
double | quality [numberOfQualities] |
The quality of the sample, i.e. | |
Sample * | next |
The next sample in the cell cube. |
Definition at line 30 of file GT2004SelfLocator.h.
|
Definition at line 33 of file GT2004SelfLocator.h. |
|
Constructor.
Definition at line 30 of file GT2004SelfLocator.cpp. References numberOfQualities, and quality. |
|
Constructor.
Definition at line 37 of file GT2004SelfLocator.cpp. References numberOfQualities. |
|
Definition at line 53 of file GT2004SelfLocator.h. Referenced by GT2004SelfLocator::calcPose(), and GT2004SelfLocator::resample(). |
|
Definition at line 45 of file GT2004SelfLocator.cpp. References numberOfQualities, and quality. |
|
Definition at line 52 of file GT2004SelfLocator.cpp. References quality. Referenced by GT2004SelfLocator::updateByFlag(), GT2004SelfLocator::updateByGoalPost(), and GT2004SelfLocator::updateByPoint(). |
|
Definition at line 59 of file GT2004SelfLocator.h. Referenced by GT2004SelfLocator::calcPose(). |
|
Temporary representing the pose of the camera.
Definition at line 37 of file GT2004SelfLocator.h. Referenced by GT2004SelfLocator::updateByFlag(), GT2004SelfLocator::updateByGoalPost(), and GT2004SelfLocator::updateByOdometry(). |
|
The quality of the sample, i.e. a lowpass filtered probability. Definition at line 38 of file GT2004SelfLocator.h. Referenced by GT2004SelfLocator::resample(), Sample(), setProbability(), and updateQuality(). |
|
The next sample in the cell cube.
Definition at line 39 of file GT2004SelfLocator.h. Referenced by GT2004SelfLocator::calcPose(). |