Skip to content

Commit

Permalink
feat: add config files for intrinsic calibration of narrow and wide F…
Browse files Browse the repository at this point in the history
…oV cameras

Signed-off-by: Manato HIRABAYASHI <[email protected]>
  • Loading branch information
manato committed Nov 6, 2024
1 parent 4b7a4fb commit 30930e3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
board_type: chess_board
board_parameters:
cols: 8
rows: 6
cell_size: 0.1
calibrator_type: opencv
calibration_parameters:
radial_distortion_coefficients: 4
pre_rejection_max_rms_error: 5.0
post_rejection_max_rms_error: 3.0
data_collector:
max_allowed_max_reprojection_error: 1.5
max_allowed_rms_reprojection_error: 1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
board_type: chess_board
board_parameters:
cols: 8
rows: 6
cell_size: 0.1
calibrator_type: opencv
calibration_parameters:
radial_distortion_coefficients: 2
data_collector:
max_allowed_max_reprojection_error: 1.5
max_allowed_rms_reprojection_error: 1.0

0 comments on commit 30930e3

Please sign in to comment.