Stitching is a new module of opencv2.4.0, which implements image stitching. All related functions are encapsulated in the stitcher class. The member functions we may use in this class include:Createdefault, estimatetransform, composepanorama, Stitch. The internal implementation process is very cumbersome and requires a lotAlgorithmSupport, including image feature searching and matching, camera calibration, image deformation, exposure compensation and image fusion. However, the interfaces and calls of these modules and the powerful opencv are all done for us. We use opencv for image stitching,You only need to call the createdefault function to generate the default parameter, and then use the stitch function to splice it. That's easy!The estimatetransform and composepanorama functions are both relatively advanced applications. If you are not clear about the stitching process, use them with caution.
The instance is also very simple. Download link: http://download.csdn.net/detail/yang_xian521/4321158.
Input the source image (for display, I have compressed it ):