ost.yaml 664 B

123456789101112131415161718192021222324252627
  1. image_width: 1920
  2. image_height: 1080
  3. camera_name: narrow_stereo
  4. camera_matrix:
  5. rows: 3
  6. cols: 3
  7. data: [879.12858, 0. , 949.9319 ,
  8. 0. , 879.14025, 502.59362,
  9. 0. , 0. , 1. ]
  10. distortion_model: plumb_bob
  11. distortion_coefficients:
  12. rows: 1
  13. cols: 5
  14. data: [-0.009589, -0.006460, -0.003711, 0.000157, 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: [859.81317, 0. , 949.28394, 0. ,
  25. 0. , 873.24976, 497.95665, 0. ,
  26. 0. , 0. , 1. , 0. ]