param.yaml 752 B

1234567891011121314151617181920212223242526272829
  1. threshold: 50
  2. point_diameter: 0.025 #点的直径
  3. point_distance: 0.06 #一般两倍 点的直径
  4. image_width: 1920
  5. image_height: 1080
  6. camera_name: narrow_stereo
  7. camera_matrix:
  8. rows: 3
  9. cols: 3
  10. data: [926.02513, 0. , 938.86119,
  11. 0. , 930.43114, 531.07557,
  12. 0. , 0. , 1. ]
  13. distortion_model: plumb_bob
  14. distortion_coefficients:
  15. rows: 1
  16. cols: 5
  17. data: [0.002693, -0.022956, 0.000658, 0.001861, 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: [833.93768, 0. , 941.96793, 0. ,
  28. 0. , 867.64252, 531.1505 , 0. ,
  29. 0. , 0. , 1. , 0. ]