Skip to content

apriorit/ImageDistortionCorrection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published