|
MRPT
1.9.9
|
#include <mrpt/serialization/CSerializable.h>#include <mrpt/math/eigen_frwds.h>#include <mrpt/img/CCanvas.h>#include <mrpt/img/TCamera.h>#include <mrpt/img/TPixelCoord.h>

Go to the source code of this file.
Classes | |
| class | mrpt::img::CExceptionExternalImageNotFound |
| Used in mrpt::img::CImage. More... | |
| class | mrpt::img::CImage |
| A class for storing images as grayscale or RGB bitmaps. More... | |
Namespaces | |
| mrpt | |
| This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
| mrpt::io | |
| mrpt::img | |
Macros | |
| #define | CH_GRAY 1 |
| #define | CH_RGB 3 |
Typedefs | |
| using | mrpt::img::TImageChannels = int |
| For use in mrpt::img::CImage. More... | |
Enumerations | |
| enum | mrpt::img::TInterpolationMethod { mrpt::img::IMG_INTERP_NN = 0 , mrpt::img::IMG_INTERP_LINEAR = 1 , mrpt::img::IMG_INTERP_CUBIC = 2 , mrpt::img::IMG_INTERP_AREA = 3 } |
| Interpolation methods for images. More... | |
| enum | mrpt::img::TConstructorFlags_CImage { mrpt::img::UNINITIALIZED_IMAGE = 0 , mrpt::img::FAST_REF_OR_CONVERT_TO_GRAY = 1 } |
| For usage in one of the CImage constructors. More... | |
| #define CH_GRAY 1 |
Definition at line 44 of file img/CImage.h.
| #define CH_RGB 3 |
Definition at line 45 of file img/CImage.h.
| 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 |