Skip to content

A project for performing stereo camera calibration using OpenCV, including intrinsic and extrinsic parameter estimation for accurate 3D measurements. Ideal for applications in computer vision and robotics.

Notifications You must be signed in to change notification settings

FaresHazem/Stereo-Calibration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Panorama Stitcher

This project performs stereo camera calibration and panorama stitching using OpenCV. The goal is to accurately estimate the intrinsic and extrinsic parameters of the stereo camera setup, enabling the creation of seamless panoramic images.

Project Structure

  • Images
    • Example
      • a single stereo image after calibration.png
    • Result
      • Output.png
    • stereoLeft
      • Contains the left images for stereo calibration
    • stereoRight
      • Contains the right images for stereo calibration
  • Notebook
    • Stereo Calibration.ipynb - Jupyter notebook containing the stereo calibration process

Example Image After Calibration

After Calibration

Resulting Panorama Output

Output

Requirements

  • Python 3.x
  • OpenCV
  • NumPy
  • Jupyter Notebook

About

A project for performing stereo camera calibration using OpenCV, including intrinsic and extrinsic parameter estimation for accurate 3D measurements. Ideal for applications in computer vision and robotics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published