Projects

Panorama Stitching

A multiple image panorama stitching app built using streamlit. Implementations of stitching algorithms include:

  • OpenCV Stitcher API: A wrapper class for stitching functionality in OpenCV.
  • OpenCV Advanced API: Some more advanced stitching APIs (such as SeamFinder) allowing for more control.
  • Self-implemented: A stitching pipeline including illumination compensation, best seam and blending.
Panorama Stitching