|
MRPT
1.9.9
|
#include <iosfwd>#include <utility>Go to the source code of this file.
Classes | |
| struct | mrpt::img::TPixelCoordf |
| A pair (x,y) of pixel coordinates (subpixel resolution). More... | |
| struct | mrpt::img::TPixelCoord |
| A pair (x,y) of pixel coordinates (integer resolution). More... | |
Namespaces | |
| mrpt | |
| This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
| mrpt::img | |
Typedefs | |
| using | mrpt::img::TImageSize = TPixelCoord |
| A type for image sizes. More... | |
Functions | |
| std::ostream & | mrpt::img::operator<< (std::ostream &o, const TPixelCoordf &p) |
| Prints TPixelCoordf as "(x,y)". More... | |
| std::ostream & | mrpt::img::operator<< (std::ostream &o, const TPixelCoord &p) |
| Prints TPixelCoord as "(x,y)". More... | |
| Page generated by Doxygen 1.9.1 for MRPT 1.9.9 Git: 814d80880 Fri Aug 24 01:51:28 2018 +0200 at mar 26 may 2026 12:30:59 CEST |