|
Point Cloud Library (PCL) 1.12.1
|
This class provides conversion of the openni 11-bit shift data to depth;. More...
#include <pcl/io/openni_camera/openni_shift_to_depth_conversion.h>
Public Member Functions | |
| ShiftToDepthConverter () | |
| Constructor. | |
| virtual | ~ShiftToDepthConverter () |
| Destructor. | |
| void | generateLookupTable () |
| This method generates a look-up table to convert openni shift values to depth. | |
| float | shiftToDepth (std::uint16_t shift_val) |
| Generate a look-up table for converting openni shift values to depth. | |
| bool | isInitialized () const |
Protected Attributes | |
| std::vector< float > | lookupTable_ |
| bool | init_ |
This class provides conversion of the openni 11-bit shift data to depth;.
Definition at line 52 of file openni_shift_to_depth_conversion.h.
|
inline |
|
inlinevirtual |
Destructor.
Definition at line 59 of file openni_shift_to_depth_conversion.h.
|
inline |
This method generates a look-up table to convert openni shift values to depth.
Definition at line 64 of file openni_shift_to_depth_conversion.h.
References init_, and lookupTable_.
|
inline |
Definition at line 109 of file openni_shift_to_depth_conversion.h.
References init_.
|
inline |
Generate a look-up table for converting openni shift values to depth.
Definition at line 94 of file openni_shift_to_depth_conversion.h.
References init_, and lookupTable_.
|
protected |
Definition at line 116 of file openni_shift_to_depth_conversion.h.
Referenced by generateLookupTable(), isInitialized(), shiftToDepth(), and ShiftToDepthConverter().
|
protected |
Definition at line 115 of file openni_shift_to_depth_conversion.h.
Referenced by generateLookupTable(), and shiftToDepth().