Displaying stitched images together without cutoff using warpAffine

July 12 Edit: This post inspired GitHub repos providing functions to accomplish this task; one for a padded warpAffine() and another for a padded warpPerspective(). Check out the Python version or the C++ version. Transformations shift the location of pixels What any transformation does is takes your point coordinates (x, y) and maps them to … Read more