#115 · Primary category: Computer Vision
stitching
A Python package for fast and robust Image Stitching
Project last updated:08/26/26
GitHub Stars
2.6K
Forks
217
Contributors
17
License
Apache-2.0
Why we included this project
Stitching overlapping photos into a panorama usually means wrestling with a long OpenCV pipeline, but this package wraps that machinery into a compact Stitcher class you can drive from a few lines of Python. You get the familiar stitching_detailed.py workflow with knobs like the SIFT detector and confidence thresholds, plus a verbose mode that writes out intermediate results, which helps a lot when a particular set of images refuses to align. The command line tool accepts glob patterns so you can stitch a whole folder at once, and the headless package and Docker image make batch runs on servers straightforward. It is a practical shortcut for anyone who needs merged panoramas, whether the end use is photography, mapping, or digitizing paper documents.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)