Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 803 Bytes

File metadata and controls

17 lines (8 loc) · 803 Bytes

Finding-Corners-Using-OpenCV

Udacity - Self-Driving Car NanoDegree

Drawing corners in an image of a chessboard pattern.

Using the OpenCV functions findChessboardCorners() and drawChessboardCorners() to automatically find and draw corners in an image of a chessboard pattern. Corners are only points where two black and two white squares intersect, in other words, only counting inside corners, not outside corners.

The Sample Image

calibration_test

The output Image

output