Project 5: Checkpoint

Starting images

Warping and rectification

So far, I've been able to get good results on the rectification task for the image containing the square stepping stones:

Results from passing homography to sk.transform.warp vs results from written warp_image function

However, the output for the hills image still looks pretty different from sk's warp so there is still some debugging to do before moving on to the mosaic portion:

Results from passing homography to sk.transform.warp vs results from written warp_image function