https://github.com/apriorit/imagedistortioncorrection
https://github.com/apriorit/imagedistortioncorrection
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/apriorit/imagedistortioncorrection
- Owner: apriorit
- Created: 2022-11-01T15:09:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T15:31:01.000Z (over 3 years ago)
- Last Synced: 2025-04-10T10:12:21.058Z (about 1 year ago)
- Language: C++
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image distortion correction tool
OpenCV library used for distortion correction.
Calibration method - Charuco.
Sample application expects image files in the folder where executable is located.
List of required images:
|Image File | Description |
|----------------------------|-----------------------------------------------------|
|calibration_image_[1-4].jpg | images for calibration |
|image_for_correction.jpg | image for demonstration of the distortion correction|
# BUILD
```
$ cd ImageDistortionCorrection
$ cmake .
$ make
```
# RUN
1. Locate required images in the ImageDistortionCorrection folder
2. Run sample
```
$ ./ImageDistortion
```