camera_firewire
cam_fw_types.h
Go to the documentation of this file.
1 #ifndef CAM_FW_TYPES_H
2 #define CAM_FW_TYPES_H
3 
4 namespace camera {
5 
7  {
8  float cx;
9  float cy;
10  float k1;
11  float k2;
12  float p1;
13  float p2;
14  float k3;
15  };
16 
17 
18 
19 }
20 
21 #endif
float k2
Definition: cam_fw_types.h:11
float cy
Definition: cam_fw_types.h:9
float p2
Definition: cam_fw_types.h:13
Definition: cam_fw_types.h:6
float cx
Definition: cam_fw_types.h:8
float p1
Definition: cam_fw_types.h:12
Definition: cam_fw_types.h:4
float k1
Definition: cam_fw_types.h:10
float k3
Definition: cam_fw_types.h:14