tutorial_camera_params.yml 294 B

1234567891011121314
  1. %YAML:1.0
  2. camera_matrix: !!opencv-matrix
  3. rows: 3
  4. cols: 3
  5. dt: d
  6. data: [ 628.158, 0., 324.099,
  7. 0., 628.156, 260.908,
  8. 0., 0., 1. ]
  9. distortion_coefficients: !!opencv-matrix
  10. rows: 5
  11. cols: 1
  12. dt: d
  13. data: [ 0.0995485, -0.206384,
  14. 0.00754589, 0.00336531, 0 ]