MRPT  2.0.2
Classes | Namespaces | Typedefs | Enumerations
img/CImage.h File Reference
#include <mrpt/core/pimpl.h>
#include <mrpt/img/CCanvas.h>
#include <mrpt/img/TCamera.h>
#include <mrpt/img/TPixelCoord.h>
#include <mrpt/math/CMatrixDynamic.h>
#include <mrpt/math/CMatrixFixed.h>
#include <mrpt/serialization/CSerializable.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

 cv
 
 mrpt::io
 
 mrpt::img
 

Typedefs

using IplImage = struct _IplImage
 

Enumerations

enum  mrpt::img::PixelDepth : int32_t {
  mrpt::img::PixelDepth::D8U = 0, mrpt::img::PixelDepth::D8S = 1, mrpt::img::PixelDepth::D16U = 2, mrpt::img::PixelDepth::D16S = 3,
  mrpt::img::PixelDepth::D32S = 4, mrpt::img::PixelDepth::D32F = 5, mrpt::img::PixelDepth::D64F = 6
}
 
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::TImageChannels : uint8_t { mrpt::img::CH_GRAY = 1, mrpt::img::CH_RGB = 3 }
 For use in mrpt::img::CImage. More...
 
enum  mrpt::img::ctor_CImage_ref_or_gray { mrpt::img::FAST_REF_OR_CONVERT_TO_GRAY = 1 }
 For usage in one of the CImage constructors. More...
 
enum  mrpt::img::copy_type_t { mrpt::img::SHALLOW_COPY = 0, mrpt::img::DEEP_COPY = 1 }
 Define kind of copies. More...
 

Typedef Documentation

◆ IplImage

using IplImage = struct _IplImage

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




Page generated by Doxygen 1.8.14 for MRPT 2.0.2 Git: 9b4fd2465 Mon May 4 16:59:08 2020 +0200 at lun may 4 17:26:07 CEST 2020