Skip to content

prateeksawhney97/Finding-Corners-Using-OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages