Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 863 Bytes

File metadata and controls

17 lines (9 loc) · 863 Bytes

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