- Get CMake
- Get OpenCV, extract it somewhere on your disk
- Create a
builddirectory - Point your CMake source directory to the
srcdirectory - In CMake set the
OpenCV_DIRto%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
