Project 2 - Panaramic Mosaic Stitching Liam McGrath My artifact was made using the sample solution. Here’s a description of what in my solution works and what doesn’t: WarpCylindrical.cpp - My version works exactly like the sample. LucasKanade.cpp - I implemented all of the TODOs here, but I was not able to get correct results out of it. I’m pretty sure I have all of the ideas right, but there must be a bug in my implementation somewhere or a detail that I missed. BlendImages.cpp - I implemented in all of the TODOs here, except for the last one. I think I used the correct methods for the positioning and the feathering, but there may be a bug in my implementation. I was not able to figure out the values needed in 'A' for the final warping.