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.

