Go to the documentation of this file.
7 #ifndef INPUT_SENSOR_FILE_ROSBAGBIN_H
8 #define INPUT_SENSOR_FILE_ROSBAGBIN_H
61 void openSensor(std::string sensor_name,
int input_image_width,
int input_image_height, std::string config_file_name,
62 std::string input_sensor_ip);
66 bool readNextFrame(
unsigned short* out_depth_frame,
unsigned short* out_ab_frame,
unsigned short* out_conf_frame,
67 short* out_xyz_frame);
float camera_matrix[9]
Camera matrix = [fx, 0, cx, 0, fy, cy, 0, 0, 1] fx, fy : Camera focal lengths (pixels) cx,...
float rotation_matrix[9]
Camera rotation parameters.
float translation_matrix[3]
Camera translation matrix : [Tx,Ty,Tz].
Extrinsic parameters of the camera.
Intrinsic parameters of the camera.
float distortion_coeffs[8]
Distortion vector = [k1, k2, p1, p2, k3, k4, k5, k6] k1, k2, k3, k4, k5, k6 : Camera radial distortio...