Skip to content

Commit 9c207b6

Browse files
committed
Add downsample conifg element
1 parent 83a7881 commit 9c207b6

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

playbooks/files/defaultConfig.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ cameraCalibration:
106106
cameraBPreUndistortedDirectory: /home/eedge/pre-undistorted-b/
107107
chessboardWidth: 6
108108
chessboardHeight: 9
109+
downSample: 1.5
109110
distanceCalculator:
110111
imageDirectory: /home/eedge/undistorted-images/
111112
dataDirectory: /home/eedge/undistorted-images-data/

src/main/java/com/easternedgerobotics/rov/config/CameraCalibrationConfig.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ public interface CameraCalibrationConfig {
1616
int chessboardWidth();
1717

1818
int chessboardHeight();
19+
20+
double downSample();
1921
}

0 commit comments

Comments
 (0)