An SBlob represents a generic colored 2D segment in the image. More...
#include <ci_colored_blob_omnidirectional_camera_sensor.h>
Public Member Functions | |
SBlob () | |
Constructor. More... | |
SBlob (const CColor &c_color, const CRadians &c_angle, Real f_distance) | |
Constructor with paramters. More... | |
Public Attributes | |
CColor | Color |
CRadians | Angle |
Real | Distance |
An SBlob represents a generic colored 2D segment in the image.
A blob has a color as defined by the CColor class. The position of the blob is given in polar coordinates. The angle is counted counter-clockwise watching the FootBot from top, as to respect the general frame convention. As for the distances, both the distance in cms from the robot center and in pixels from the optical center in the image are given. The last attribute is the area of the blob in pixels.
Definition at line 40 of file ci_colored_blob_omnidirectional_camera_sensor.h.
|
inline |
Constructor.
Definition at line 50 of file ci_colored_blob_omnidirectional_camera_sensor.h.
|
inline |
Constructor with paramters.
c_color | Blob color |
c_angle | Blob center |
f_distance | Blob distance in cm |
Definition at line 60 of file ci_colored_blob_omnidirectional_camera_sensor.h.
CRadians argos::CCI_ColoredBlobOmnidirectionalCameraSensor::SBlob::Angle |
Definition at line 44 of file ci_colored_blob_omnidirectional_camera_sensor.h.
CColor argos::CCI_ColoredBlobOmnidirectionalCameraSensor::SBlob::Color |
Definition at line 42 of file ci_colored_blob_omnidirectional_camera_sensor.h.
Real argos::CCI_ColoredBlobOmnidirectionalCameraSensor::SBlob::Distance |
Definition at line 46 of file ci_colored_blob_omnidirectional_camera_sensor.h.