In this tutorial we will see how to warp a single triangle in an image to another triangle in a different image. In computer graphics people deal with warping triangles all the time because any 3D surface can approximated by triangles. Images can be broken down into triangles and warped. However, in OpenCV there is […]
↧