We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f2e41 commit aaf8e32Copy full SHA for aaf8e32
README.md
@@ -20,4 +20,8 @@ cmake -B build -DOPENCV_ARCH=osxuniversal -DCMAKE_OSX_ARCHITECTURES="arm64;x86_6
20
cmake --build build
21
```
22
23
+# Uncertainty testing
24
+
25
+I configure with `cmake -B cmake_build`, build with `cmake --build cmake_build` and run with `time ./cmake_build/bin/mrcal_jni_test > /dev/null`
26
27
I benchmark with `perf record -F 99 -g ./cmake_build/bin/mrcal_jni_test`
0 commit comments