|
Point Cloud Library (PCL) 1.15.0
|
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 ()=default | |
| Constructor. | |
| virtual | ~ShiftToDepthConverter ()=default |
| 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_ {false} |
This class provides conversion of the openni 11-bit shift data to depth;.
Definition at line 53 of file openni_shift_to_depth_conversion.h.
|
default |
Constructor.
|
virtualdefault |
Destructor.
|
inline |
This method generates a look-up table to convert openni shift values to depth.
Definition at line 65 of file openni_shift_to_depth_conversion.h.
References init_, and lookupTable_.
|
inline |
Definition at line 110 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 95 of file openni_shift_to_depth_conversion.h.
References init_, and lookupTable_.
|
protected |
Definition at line 117 of file openni_shift_to_depth_conversion.h.
Referenced by generateLookupTable(), isInitialized(), and shiftToDepth().
|
protected |
Definition at line 116 of file openni_shift_to_depth_conversion.h.
Referenced by generateLookupTable(), and shiftToDepth().