Class align
Defined in File rs_processing.hpp
Inheritance Relationships
Base Type
public rs2::filter
(Class filter)
Derived Type
public rs2::gl::align
(Class align)
Class Documentation
-
class align : public rs2::filter
Auxiliary processing block that performs image alignment using depth data and camera calibration
Subclassed by rs2::gl::align
Public Functions
-
inline align(rs2_stream align_to)
Create align filter Alignment is performed between a depth image and another image. To perform alignment of a depth image to the other, set the align_to parameter with the other stream type. To perform alignment of a non depth image to a depth image, set the align_to parameter to RS2_STREAM_DEPTH. Camera calibration and frame’s stream type are determined on the fly, according to the first valid frameset passed to process().
- Parameters:
align_to – [in] The stream type to which alignment should be made.
Protected Functions
-
inline align(rs2_stream align_to)