Skip to content

In this repository, camera calibration is implemented using MATLAB Camera Calibrator APP. It is apart of Assignment2 in Sensing, Perception and Actuation course for ROCV master's program at Innopolis University.

License

Notifications You must be signed in to change notification settings

Walid-khaled/Camera-Calibration-using-Chessboard-Pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camera-Calibration-using-Chessboard-Pattern

In this repository, camera calibration is implemented using MATLAB Camera Calibrator APP. It is apart of Assignment2 in Sensing, Perception and Actuation course for ROCV master's program at Innopolis University.


Task description

Calibrate a camera (e.g., your phone) using the chessboard pattern. It’s logical to switch off the auto focus mode of the camera, if it is enabled. The number of images should be at least 30 (with different chessboard positions). Obtain the intrinsic and extrinsic parameters. Once you have calibrated your camera, store intrinsic and extrinsic parameters. Then take a photo of some object (for example, a cup) using the calibrated camera, estimate the height and width of the selected object using both a ruler and an image from the calibrated camera. Calculate the distance between the camera image plane and the selected object, if possible.


Table of Content

├── src                           <- directory for source files
|    ├── Camera_Calibration.m     <- contains intrinsic and extrinsic parameters (to be run first)
|    ├── main.m                   <- contains main script
|    ├── readPoints.m             <- contains reading manually-defined points from image
|    ├── CalibrationSession.mat   <- contains CalibrationSession from MATLAB Camera Calibrator APP
|
├── dataset                       <- contains 30 images of chessboard for calibration 
├── Report.pdf                        
└── Readme.md

Camera Calibrator APP

**HINT: Move the images to same directory for the m files and change copy that directory to the code.

About

In this repository, camera calibration is implemented using MATLAB Camera Calibrator APP. It is apart of Assignment2 in Sensing, Perception and Actuation course for ROCV master's program at Innopolis University.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages