MRPT
2.0.4
|
#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>
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 | |
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
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... | |
using IplImage = struct _IplImage |
Definition at line 22 of file img/CImage.h.
Page generated by Doxygen 1.8.17 for MRPT 2.0.4 at Sun Jul 19 15:15:43 UTC 2020 |