|
| CCameraSensorTagDetectorAlgorithm () |
|
virtual | ~CCameraSensorTagDetectorAlgorithm () |
|
virtual void | Init (TConfigurationNode &t_tree) |
| Initializes the resource. More...
|
|
virtual void | Update (const CSquareMatrix< 3 > &c_projection_matrix, const std::array< CPlane, 6 > &arr_frustum_planes, const CTransformationMatrix3 &c_camera_to_world_transform, const CVector3 &c_camera_location, const CVector3 &c_bounding_box_position, const CVector3 &c_bounding_box_half_extents) |
|
void | AddCheckedRay (bool b_intersected, const CRay3 &c_ray) |
|
void | AddReading (const std::string &str_payload, const CVector2 &c_center_pixel, const std::array< CVector2, 4 > &arr_corner_pixels) |
|
bool | IsShowRays () |
| Returns true if the rays must be shown in the GUI. More...
|
|
void | SetShowRays (bool b_show_rays) |
| Sets whether or not the rays must be shown in the GUI. More...
|
|
virtual | ~CCameraSensorSimulatedAlgorithm () |
|
const std::vector< std::pair< bool, CRay3 > > & | GetCheckedRays () const |
|
| CCI_CameraSensorTagDetectorAlgorithm () |
| Constructor. More...
|
|
virtual | ~CCI_CameraSensorTagDetectorAlgorithm () |
| Destructor. More...
|
|
const std::vector< SReading > & | GetReadings () const |
|
virtual | ~CCI_CameraSensorAlgorithm () |
|
virtual void | Reset () |
| Resets the resource. More...
|
|
virtual void | Destroy () |
| Undoes whatever was done by Init(). More...
|
|
virtual | ~CBaseConfigurableResource () |
| Class destructor. More...
|
|
This class provides the most general interface to a camera.
The camera sensor enables the user to extract information from the images acquired by the simulated or by the physical camera.
Definition at line 30 of file camera_sensor_tag_detector_algorithm.h.