Stitches 2 images into a single bird-view image
The stitching algorithm requires four steps:
- Detecting keypoints and extracting local invariant descriptors (SIRF)
- Matching descriptors between images (k-NN with k=2 + David Lowe's ratio test)
- Applying RANSAC to estimate the homography transform (3x3 matrix)
- Applying a warping transformation using the homography matrix
References: