Go to the source code of this file.
|
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...
|
|
◆ IplImage