ost.yaml 662 B

1234567891011121314151617181920212223242526
  1. image_width: 1280
  2. image_height: 720
  3. camera_name: narrow_stereo
  4. camera_matrix:
  5. rows: 3
  6. cols: 3
  7. data: [582.16373, 0. , 625.97052,
  8. 0. , 579.8234 , 355.25153,
  9. 0. , 0. , 1. ]
  10. distortion_model: plumb_bob
  11. distortion_coefficients:
  12. rows: 1
  13. cols: 5
  14. data: [-0.005746, -0.009235, 0.003051, -0.003447, 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: [568.35791, 0. , 616.01846, 0. ,
  25. 0. , 577.48132, 356.89346, 0. ,
  26. 0. , 0. , 1. , 0. ]