Skip to content

prateeksawhney97/Camera-Calibration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camera-Calibration

Udacity - Self-Driving Car NanoDegree

Camera Calibration and Distortion Correction

Using the chessboard images to obtain image points and object points, and then using the OpenCV functions cv2.calibrateCamera() and cv2.undistort() to compute the calibration and undistortion.

https://github.com/prateeksawhney97/Finding-Corners-Using-OpenCV for drawing corners in an image of a chessboard pattern using OpenCV functions like findChessboardCorners() and drawChessboardCorners().

Test Image

test_image

Output

result

Releases

No releases published

Packages

No packages published

Languages