kinect2_calibration_definitions.h
Go to the documentation of this file.
1 
18 #pragma once
19 #ifndef __KINECT2_CALIBRATION_DEFINITIONS_H__
20 #define __KINECT2_CALIBRATION_DEFINITIONS_H__
21 
22 #define CALIB_FILE_EXT ".png"
23 #define CALIB_FILE_COLOR "_color" CALIB_FILE_EXT
24 #define CALIB_FILE_IR "_ir" CALIB_FILE_EXT
25 #define CALIB_FILE_IR_GREY "_grey_ir" CALIB_FILE_EXT
26 #define CALIB_FILE_DEPTH "_depth" CALIB_FILE_EXT
27 
28 #define CALIB_POINTS_COLOR "_color_points.yaml"
29 #define CALIB_POINTS_IR "_ir_points.yaml"
30 
31 #define CALIB_SYNC "_sync"
32 #define CALIB_SYNC_COLOR CALIB_SYNC CALIB_FILE_COLOR
33 #define CALIB_SYNC_IR CALIB_SYNC CALIB_FILE_IR
34 #define CALIB_SYNC_IR_GREY CALIB_SYNC CALIB_FILE_IR_GREY
35 
36 #endif //__KINECT2_CALIBRATION_DEFINITIONS_H__


kinect2_calibration
Author(s):
autogenerated on Wed Jan 3 2018 03:48:10