#include <motion-transform.h>
Private Member Functions | |
void | correct_motion (rs2::frame *f) |
Private Attributes | |
float3 | _accel_bias |
float3x3 | _accel_sensitivity |
float3 | _gyro_bias |
float3x3 | _gyro_sensitivity |
float3x3 | _imu2depth_cs_alignment_matrix |
std::shared_ptr< enable_motion_correction > | _mm_correct_opt = nullptr |
Additional Inherited Members | |
Protected Attributes inherited from librealsense::functional_processing_block | |
rs2_extension | _extension_type |
rs2::stream_profile | _source_stream_profile |
int | _target_bpp = 0 |
rs2_format | _target_format |
rs2_stream | _target_stream |
rs2::stream_profile | _target_stream_profile |
Protected Attributes inherited from librealsense::stream_filter_processing_block | |
stream_filter | _stream_filter |
Protected Attributes inherited from librealsense::processing_block | |
frame_processor_callback_ptr | _callback |
std::mutex | _mutex |
frame_source | _source |
synthetic_source | _source_wrapper |
Protected Attributes inherited from librealsense::options_container | |
std::map< rs2_option, std::shared_ptr< option > > | _options |
std::function< void(const options_interface &)> | _recording_function = [](const options_interface&) {} |
Definition at line 12 of file motion-transform.h.
librealsense::motion_transform::motion_transform | ( | rs2_format | target_format, |
rs2_stream | target_stream, | ||
std::shared_ptr< mm_calib_handler > | mm_calib = nullptr , |
||
std::shared_ptr< enable_motion_correction > | mm_correct_opt = nullptr |
||
) |
Definition at line 40 of file motion-transform.cpp.
|
protected |
Definition at line 45 of file motion-transform.cpp.
|
private |
Definition at line 77 of file motion-transform.cpp.
|
overrideprotectedvirtual |
Implements librealsense::generic_processing_block.
Definition at line 69 of file motion-transform.cpp.
|
private |
Definition at line 30 of file motion-transform.h.
|
private |
Definition at line 29 of file motion-transform.h.
|
private |
Definition at line 32 of file motion-transform.h.
|
private |
Definition at line 31 of file motion-transform.h.
|
private |
Definition at line 33 of file motion-transform.h.
|
private |
Definition at line 28 of file motion-transform.h.