#include <IDepthBitmap.h>
Interface for a depth (range) image.
Definition at line 22 of file IDepthBitmap.h.
◆ anonymous enum
| Enumerator |
|---|
| MIT_REPROJECTION_MATRIX | Matrix used for transofrmation of depth values into the world coordinates given as QMatrix4x4
|
Definition at line 25 of file IDepthBitmap.h.
◆ CreateDepthBitmap()
| virtual bool imt3d::IDepthBitmap::CreateDepthBitmap |
( |
const istd::CRange & |
depthRange, |
|
|
const istd::CIndex2d & |
size |
|
) |
| |
|
pure virtual |
Create bitmap with specified size and format.
- Parameters
-
| size | bitmap size. |
| pixelBitsCount | bits per pixel. Default value 0 means that the number of bits per pixel is defined by format specification. |
| componentsCount | components per pixel. Default value 0 means that the number of bits per pixel is defined by format specification. |
◆ GetDepthRange()
| virtual istd::CRange imt3d::IDepthBitmap::GetDepthRange |
( |
| ) |
const |
|
pure virtual |
Get the depth range of the bitmap space. The depth range defines the possible range of the pixel values in the bitmap.