Skip to content

MasterERTS/covis-camcalib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVIS-CamCalib

Camera Calibration and Pose Computation using OpenCV and ViSP

Done as a part of the Computer Vision(COVIS) course, offered by Prof. Vincent Fremont at Ecole Centrale de Nantes.

Explanation:

This project uses a set of images to calibrate the camera, by estimating the Intrinsic and Extrinsic Jacobians. We use the Perspective Projection Model of a camera as our fundamental model.


Usage:

  1. Clone the repository onto your computer. You can either download the zip or use git clone
  2. Create the build directory and navigate into it mkdir build && cd build
  3. Run cmake to configure the project cmake ..
  4. Once configuration is done, you can use make to build the project. This will generate three executables: ./record for saving the images, ./calibration for calibrating the camera, and ./posecomputation for pose computation.

Requirements:

  • OpenCV : Open-Source Computer Vision Library. If you do not have it, you can use the OpenCV website to download the library.
  • ViSP : Visual Servoing Platform. Visit the ViSP website for download and build instructions.

We use CMAKE to configure our project. If you do not have it, then you can install it by using the command sudo snap install cmake

About

Camera Calibration and Pose Computation using OpenCV and ViSP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published