Introduction - If you have any usage issues, please Google them yourself
Image stitching is a technique to combine a set of images into a larger image by registering, warping, resampling and blending them together. A popular application for image stitching is creation of panoramas. Generally speaking, there are two classes of methods for image stitching, direct methods and feature-based methods.
[Implementation]
*Feature Detection
*Feature Matching
*Cylindrical Warping
*Alignment
*Blending