param720.yaml 753 B

1234567891011121314151617181920212223242526272829
  1. threshold: 50
  2. point_diameter: 0.015 #点的直径
  3. point_distance: 0.03 #一般两倍 点的直径
  4. image_width: 1280
  5. image_height: 720
  6. camera_name: narrow_stereo
  7. camera_matrix:
  8. rows: 3
  9. cols: 3
  10. data: [622.16373, 0. , 625.97052,
  11. 0. , 619.8234 , 355.25153,
  12. 0. , 0. , 1. ]
  13. distortion_model: plumb_bob
  14. distortion_coefficients:
  15. rows: 1
  16. cols: 5
  17. data: [-0.005746, -0.009235, 0.003051, -0.003447, 0.000000]
  18. rectification_matrix:
  19. rows: 3
  20. cols: 3
  21. data: [1., 0., 0.,
  22. 0., 1., 0.,
  23. 0., 0., 1.]
  24. projection_matrix:
  25. rows: 3
  26. cols: 4
  27. data: [568.35791, 0. , 616.01846, 0. ,
  28. 0. , 577.48132, 356.89346, 0. ,
  29. 0. , 0. , 1. , 0. ]