#include <ObstaclesPercept.h>
Inheritance diagram for ObstaclesPercept::Segment:


Public Member Functions | |
| Segment () | |
Public Attributes | |
| Vector2< double > | nearPointOnField |
| The nearest green point in ego-centric field coordinates. | |
| Vector2< double > | farPointOnField |
| The most distant green point in ego-centric field coordinates. | |
| Vector2< double > | nearPointInImage |
| The nearest green point in image coordinates. | |
| Vector2< double > | farPointInImage |
| The most distant green point in image coordinates. | |
| bool | farPointIsOnImageBorder |
| Indicates if the far point is an obstacle or the image border. | |
| ObstacleType | obstacleType |
| The type of the obstacle limiting free space. | |
Private Member Functions | |
| void | serialize (In *in, Out *out) |
|
|
Definition at line 58 of file ObstaclesPercept.h. References farPointIsOnImageBorder. |
|
||||||||||||
|
Implements Streamable. Definition at line 38 of file ObstaclesPercept.h. References farPointInImage, farPointIsOnImageBorder, farPointOnField, nearPointInImage, nearPointOnField, STREAM, STREAM_ENUMASINT, STREAM_REGISTER_BEGIN, and STREAM_REGISTER_FINISH. |
|
|
The nearest green point in ego-centric field coordinates.
Definition at line 51 of file ObstaclesPercept.h. Referenced by GT2005ObstaclesLocator::addObstaclesPercept(), SlamImageProcessor::scan(), and serialize(). |
|
|
The most distant green point in ego-centric field coordinates.
Definition at line 51 of file ObstaclesPercept.h. Referenced by GT2005ObstaclesLocator::addObstaclesPercept(), SlamImageProcessor::scan(), and serialize(). |
|
|
The nearest green point in image coordinates.
Definition at line 51 of file ObstaclesPercept.h. Referenced by SlamImageProcessor::scan(), and serialize(). |
|
|
The most distant green point in image coordinates.
Definition at line 51 of file ObstaclesPercept.h. Referenced by SlamImageProcessor::scan(), and serialize(). |
|
|
Indicates if the far point is an obstacle or the image border.
Definition at line 55 of file ObstaclesPercept.h. Referenced by GT2005ObstaclesLocator::addObstaclesPercept(), SlamImageProcessor::scan(), Segment(), and serialize(). |
|
|
The type of the obstacle limiting free space.
Definition at line 56 of file ObstaclesPercept.h. Referenced by GT2005ObstaclesLocator::addObstaclesPercept(), and SlamImageProcessor::scan(). |
1.3.6