Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guidoschmidt/touchdesigner.camera-calibration
Camera calibration component for Touchdesigner based on OpenCV
https://github.com/guidoschmidt/touchdesigner.camera-calibration
camera camera-calibration opencv optics touchdesigner touchdesigner-components video
Last synced: 1 day ago
JSON representation
Camera calibration component for Touchdesigner based on OpenCV
- Host: GitHub
- URL: https://github.com/guidoschmidt/touchdesigner.camera-calibration
- Owner: guidoschmidt
- License: mit
- Created: 2020-01-23T10:30:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-26T16:44:03.000Z (almost 5 years ago)
- Last Synced: 2024-10-19T00:19:52.431Z (27 days ago)
- Topics: camera, camera-calibration, opencv, optics, touchdesigner, touchdesigner-components, video
- Language: C++
- Homepage:
- Size: 21.1 MB
- Stars: 30
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Touchdesigner Camera Calibration
### Touchdesigner C++ DAT for camera calibration with OpenCV![Camera calibration screenshot](screenshot.png)
## Building
- Get [CMake](https://cmake.org/)
- Get [OpenCV](https://opencv.org/), 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`
## Why a DAT?
TODO## TODO
- [ ] Component for capturing images of the calibration pattern
- [ ] Fix asynchronous thread execution
- [ ] Cache calibration parameters