This document summarizes an experiment using SURF and SIFT algorithms to perform panoramic image stitching. It describes detecting keypoints in images using SURF and SIFT, extracting descriptors, matching features between images, and filtering matches using RANSAC to reject outliers and estimate a fundamental matrix. Homography is also estimated from correspondences to relate point positions between images related by pure rotation. Code examples are provided to detect features and match them using OpenCV.