diff --git a/arm64/python3.8/Calibration.so b/arm64/python3.8/Calibration.so index f7b6be3..8992199 100644 Binary files a/arm64/python3.8/Calibration.so and b/arm64/python3.8/Calibration.so differ diff --git a/arm64/python3.8/calc_slope_line.so b/arm64/python3.8/calc_slope_line.so index b8d5fd2..5961021 100644 Binary files a/arm64/python3.8/calc_slope_line.so and b/arm64/python3.8/calc_slope_line.so differ diff --git a/arm64/python3.8/calc_way.so b/arm64/python3.8/calc_way.so index 9273e77..f951713 100644 Binary files a/arm64/python3.8/calc_way.so and b/arm64/python3.8/calc_way.so differ diff --git a/arm64/python3.8/cameramodel.so b/arm64/python3.8/cameramodel.so new file mode 100644 index 0000000..8a1a92c Binary files /dev/null and b/arm64/python3.8/cameramodel.so differ diff --git a/arm64/python3.8/get_data.so b/arm64/python3.8/get_data.so index fda22a8..ba0da1c 100644 Binary files a/arm64/python3.8/get_data.so and b/arm64/python3.8/get_data.so differ diff --git a/arm64/python3.8/measure_lib.so b/arm64/python3.8/measure_lib.so index ea37d92..daf6ecc 100644 Binary files a/arm64/python3.8/measure_lib.so and b/arm64/python3.8/measure_lib.so differ diff --git a/arm64/python3.8/model.so b/arm64/python3.8/model.so deleted file mode 100644 index de5436f..0000000 Binary files a/arm64/python3.8/model.so and /dev/null differ diff --git a/arm64/python3.8/updated_config.json b/arm64/python3.8/updated_config.json new file mode 100644 index 0000000..52af80b --- /dev/null +++ b/arm64/python3.8/updated_config.json @@ -0,0 +1,56 @@ +{ + "camera_width": 1280, + "camera_height": 960, + "origin_K": [ + [ + 1086.3271127158384, + 0.0, + 657.4107885675492 + ], + [ + 0.0, + 1086.4432934668534, + 476.33985513371346 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ], + "undistor_K": [ + [ + 839.0823587825538, + 0.0, + 658.546503195964 + ], + [ + 0.0, + 836.9498850040919, + 483.50294900514444 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ], + "dist_coeffs": [ + [ + -0.4506888029066432, + 0.26076063677005185, + 0.00021061962350248572, + -0.0006696743088625306, + -0.044784638487560764 + ] + ], + "focal_length": 3.6, + "height": 1007, + "rotation_alpha": 0.9135, + "rotation_beta": 0.7271, + "position_offset_x": 0, + "position_offset_y": 53, + "rotation_camera": -0.02892, + "filt_percent": 0.1, + "ransac_residual_threshold": 2.5 +} \ No newline at end of file