- Get CMake
- Get OpenCV, extract it somewhere on your disk
- Create a
build
directory - Point your CMake source directory to the
src
directory - In CMake set the
OpenCV_DIR
to%YOUR_OPENCV_DIR%/opencv/build/x64/vc15/lib
- Configure + Generate, Open the solution file in Visual Studio and build
the
CameraCalibrationDAT.dll
TODO
- Component for capturing images of the calibration pattern
- Fix asynchronous thread execution
- Cache calibration parameters