Course taught by Prof. Leonid Sigal
Jump to: A1 | A2 | A3 | A4 | A5
will add soon
will add soon
will add soon
Implemented a complete panorama stitching pipeline using SIFT feature detection and RANSAC-based robust estimation. The system matches keypoints between image pairs using descriptor similarity and ratio testing, then applies geometric consistency filtering to eliminate outliers based on orientation and scale agreements. Robust homography matrices are estimated through iterative RANSAC sampling, followed by image warping and blending to create panoramas.
Parameter Effects: RANSAC iteration count balances homography accuracy with computational cost. Inlier tolerance threshold controls precision for keypoint projection - tighter tolerances improve alignment but may exclude valid matches, especially for lower resolution images. Ratio threshold determines initial match quality by filtering ambiguous correspondences.
will add soon