ost.yaml 661 B

1234567891011121314151617181920212223242526
  1. image_width: 1920
  2. image_height: 1080
  3. camera_name: narrow_stereo
  4. camera_matrix:
  5. rows: 3
  6. cols: 3
  7. data: [866.02513, 0. , 938.86119,
  8. 0. , 870.43114, 531.07557,
  9. 0. , 0. , 1. ]
  10. distortion_model: plumb_bob
  11. distortion_coefficients:
  12. rows: 1
  13. cols: 5
  14. data: [0.002693, -0.022956, 0.000658, 0.001861, 0.000000]
  15. rectification_matrix:
  16. rows: 3
  17. cols: 3
  18. data: [1., 0., 0.,
  19. 0., 1., 0.,
  20. 0., 0., 1.]
  21. projection_matrix:
  22. rows: 3
  23. cols: 4
  24. data: [833.93768, 0. , 941.96793, 0. ,
  25. 0. , 867.64252, 531.1505 , 0. ,
  26. 0. , 0. , 1. , 0. ]