Ross ROSS = Recommend OSS · open-source software intelligence for agents

rmislam/PythonSIFT

A clean and concise Python implementation of SIFT (Scale-Invariant Feature Transform) observed · 2026-08-28

github.com/rmislam/PythonSIFT · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

48/100

  • Activity 36
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4081
  • days_rel: n/a
  • days_push: 385
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1019 stars · 261 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A pure Python/NumPy implementation of SIFT (Scale-Invariant Feature Transform) that returns OpenCV KeyPoint objects and descriptors, making it a drop-in replacement for OpenCV's SIFT. It is written for clarity rather than speed and is primarily intended as an educational resource for learning how SIFT works.

Use cases

  • understand how the SIFT algorithm works internally
  • extract SIFT keypoints and descriptors from images in Python
  • replace OpenCV's SIFT with a readable Python implementation
  • perform SIFT-based template matching
  • learn computer vision feature detection through a step-by-step tutorial

When to choose

  • you want readable, educational SIFT code rather than maximum performance
  • you need OpenCV-compatible keypoints and descriptors from a pure Python implementation
  • you are teaching or learning the internals of scale-invariant feature detection

When to avoid

  • you need fast SIFT extraction in production - use OpenCV's optimized C++ implementation instead
  • you need real-time or large-batch image processing
  • you confuse it with the unrelated PySift package on PyPI

Facets

library · maturity maintenance

computer-vision image-processing computer-vision image-processing education python sift feature-detection keypoints opencv numpy educational

1 source

Member repositories

RepositoryRoleHealth v2
rmislam/PythonSIFTmain48

For agents

markdown · JSON · MCP: product_card(name="rmislam/PythonSIFT")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem