Skip to content

prateeksawhney97/Perspective-Transform-on-Camera-Images

Repository files navigation

Perspective-Transform-on-Camera-Images

Udacity - Self-Driving Car NanoDegree

Undistort and Transform Perspective

Finding corners, calibrating camera, undistorting an image, and applying a perspective transform on the test image file. Using cv2.getPerspectiveTransform() and cv2.warpPerspective() to apply M, the transform matrix and warp the image to a top-down view.

Test Image:

test_image2

Result:

result

Releases

No releases published

Packages

No packages published

Languages