|
ImagingTools Core SDK
|
#include <CDepthBitmap.h>
Public Types | |
| enum | ColorMapType { CMT_JET , CMT_GRAY } |
Public Types inherited from imt3d::IDepthBitmap | |
| enum | { } |
Additional Inherited Members |
Implementation of a depth bitmap with integrated conversion to QImage (using for displaying the bitmap)
Definition at line 21 of file CDepthBitmap.h.
Types of color table used in the image view for visualization of the bitmap pixels.
| Enumerator | |
|---|---|
| CMT_JET | Use jet color table. |
| CMT_GRAY | Use grayscale table. |
Definition at line 30 of file CDepthBitmap.h.