Main MRPT website > C++ reference for MRPT 1.9.9
Classes | Namespaces | Macros | Typedefs | Enumerations
img/CImage.h File Reference
#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>
Include dependency graph for img/CImage.h:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ CH_GRAY

#define CH_GRAY   1

Definition at line 44 of file img/CImage.h.

◆ CH_RGB

#define CH_RGB   3

Definition at line 45 of file img/CImage.h.




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST