Skip to content
Snippets Groups Projects
Commit 8d7934cf authored by am0ebe's avatar am0ebe
Browse files

.

parent 9dbee877
Branches
Tags
No related merge requests found
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
}, },
{ {
"name": "opencv: single", "name": "opencv: single",
"shell_cmd": "echo 'build opencv single' && echo 'g++ -ggdb $file -o $file_base_name `pkg-config --cflags --libs opencv4`' && g++ -ggdb $file -o $file_base_name `pkg-config --cflags --libs opencv4`", "shell_cmd": "echo 'build opencv single' && echo 'g++ -std=c++2a -ggdb $file -o $file_base_name `pkg-config --cflags --libs opencv4`' && g++ -std=c++2a -ggdb $file -o $file_base_name `pkg-config --cflags --libs opencv4`",
}, },
{ {
"name": "json parser", "name": "json parser",
......
...@@ -3,3 +3,10 @@ g++ -ggdb -o `pkg-config --cflags --libs opencv4` ...@@ -3,3 +3,10 @@ g++ -ggdb -o `pkg-config --cflags --libs opencv4`
camera_matrix 5678 camera_matrix 5678
distortion_coefficients 76745 distortion_coefficients 76745
where is the data?
PATHIN="/data/ibtrack/move/input/rec$IDSTRING/"
files:
randlist.yml
fileErrorList.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment