We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a7881 commit 9c207b6Copy full SHA for 9c207b6
2 files changed
playbooks/files/defaultConfig.yml
@@ -106,6 +106,7 @@ cameraCalibration:
106
cameraBPreUndistortedDirectory: /home/eedge/pre-undistorted-b/
107
chessboardWidth: 6
108
chessboardHeight: 9
109
+ downSample: 1.5
110
distanceCalculator:
111
imageDirectory: /home/eedge/undistorted-images/
112
dataDirectory: /home/eedge/undistorted-images-data/
src/main/java/com/easternedgerobotics/rov/config/CameraCalibrationConfig.java
@@ -16,4 +16,6 @@ public interface CameraCalibrationConfig {
16
int chessboardWidth();
17
18
int chessboardHeight();
19
+
20
+ double downSample();
21
}
0 commit comments