#include <mrpt/utils/utils_defs.h>#include <mrpt/utils/CSerializable.h>#include <mrpt/math/CMatrix.h>#include <mrpt/utils/CCanvas.h>#include <mrpt/system/os.h>#include <mrpt/utils/exceptions.h>Go to the source code of this file.
Classes | |
| class | mrpt::utils::CImage |
| A class for storing images as grayscale or RGB bitmaps. More... | |
Namespaces | |
| namespace | mrpt |
| This is the global namespace for all Mobile Robot Porgramming Toolkit (MRPT) libraries. | |
| namespace | mrpt::utils |
| Classes for serialization, sockets, ini-file manipulation, streams, list of properties-values, timewatch, extensions to STL. | |
Typedefs | |
| typedef CImage | mrpt::utils::CMRPTImage |
| Deprecated name. | |
Enumerations | |
| enum | mrpt::utils::TInterpMethod { mrpt::utils::IMG_INTERP_NN = 0, mrpt::utils::IMG_INTERP_LINEAR = 1, mrpt::utils::IMG_INTERP_CUBIC = 2, mrpt::utils::IMG_INTERP_AREA = 3 } |
| Different resize methods used in CImage::scaleImage. More... | |
| Page generated by Doxygen 1.5.9 for MRPT 0.7.1 SVN: at Mon Aug 17 22:20:53 EDT 2009 |