# OpenStitching/stitching

A Python package for fast and robust Image Stitching

Repository: https://github.com/OpenStitching/stitching
Canonical: https://ross.abutalabs.com/products/stitching
Language: Python
License: Apache-2.0
License Family: permissive
Topics: computer-vision, image-stitching, opencv-python, panorama, python
Last push: 2026-08-26T04:35:29+00:00

## Health v2 (maintenance only)
Score: 88/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 66, longevity 100
- inputs: {"age_days": 1578, "days_push": 7, "days_rel": 12, "gap_med": 676, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2620, forks 217 (observed 2026-08-28T04:07:04.976956+00:00)

## What it is
A Python package providing fast and robust image stitching to create panoramas, built on OpenCV's stitching module. It offers both a Python API (Stitcher class) and a command-line interface, with a Docker image for easy deployment.

## Use cases
- stitch multiple photos into a panorama
- create panoramic images from overlapping jpgs
- combine drone or camera images into one wide image
- batch stitch images matching a filename pattern
- programmatically stitch images in a Python script
- stitch images in a Docker container without setting up Python

## When to choose
- you need to build panoramas from overlapping images in Python
- you want a CLI for quick stitching without writing code
- you need more control over OpenCV stitching parameters (detector, confidence threshold)
- you want a headless/Docker-friendly stitching solution for servers

## When to avoid
- you need real-time video stitching
- your images have little or no overlap
- you need a GUI-based photo stitching tool
- you work outside the Python/OpenCV ecosystem

## Facets
- artifact type: library
- maturity: active
- function: image-processing, computer-vision, cli
- domain: computer-vision, image-processing
- platform: python, cross-platform, cli
- tags: image-stitching, panorama, opencv, photography, docker

## Member repositories
- OpenStitching/stitching (main) score 88

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:04.976956+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:20:09.695349+00:00, confidence not recorded.
  - readme: https://github.com/OpenStitching/stitching (fetched 2026-08-28T04:07:04.976956+00:00, sha 77e0d9ca9e68)
- Data as of 2026-08-30T08:39:29.467469+00:00.
