MRPT  2.0.4
stock_observations.h
Go to the documentation of this file.
1 /* +------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | https://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2020, Individual contributors, see AUTHORS file |
6  | See: https://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See: https://www.mrpt.org/License |
8  +------------------------------------------------------------------------+ */
9 #pragma once
10 
11 #include <mrpt/img/CImage.h>
12 #include <mrpt/obs/obs_frwds.h>
13 
14 /** A few stock observations for easy reuse in unit tests, examples, etc.
15  * \ingroup mrpt_obs_grp
16  */
18 {
19 /** Example 2D lidar scans (form a venerable SICK LMS200).
20  * Implemented indices: 0,1.
21  * \ingroup mrpt_obs_grp
22  */
24 
25 /** Example images (an 800x640 image pair from a Bumblebee 1)
26  * Implemented indices: 0,1.
27  * \ingroup mrpt_obs_grp
28  */
29 void exampleImage(mrpt::img::CImage& im, int i = 0);
30 
31 } // namespace mrpt::obs::stock_observations
A few stock observations for easy reuse in unit tests, examples, etc.
void example2DRangeScan(mrpt::obs::CObservation2DRangeScan &s, int i=0)
Example 2D lidar scans (form a venerable SICK LMS200).
A "CObservation"-derived class that represents a 2D range scan measurement (typically from a laser sc...
void exampleImage(mrpt::img::CImage &im, int i=0)
Example images (an 800x640 image pair from a Bumblebee 1) Implemented indices: 0,1.
A class for storing images as grayscale or RGB bitmaps.
Definition: img/CImage.h:148



Page generated by Doxygen 1.8.14 for MRPT 2.0.4 Git: 33de1d0ad Sat Jun 20 11:02:42 2020 +0200 at sáb jun 20 17:35:17 CEST 2020