Intel® RealSense™ Cross Platform API
2.13.0
Intel Realsense Cross-platform API
|
#include <rs_processing.hpp>
Public Member Functions | |
align (rs2_stream align_to) | |
frameset | process (frameset frame) |
void | operator() (frame f) const |
Friends | |
class | context |
Auxiliary processing block that performs image alignment using depth data and camera calibration
|
inline |
Create align processing block 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()
[in] | align_to | The stream type to which alignment should be made. |
|
inline |
Run the alignment process on the given frames to get an aligned set of frames
[in] | frame | A pair of images, where at least one of which is a depth frame |
|
friend |