#101 · Primary category: Computer Vision
LightGlue
LightGlue: Local Feature Matching at Light Speed (ICCV 2023)
Project last updated:02/18/26
GitHub Stars
4.7K
Forks
560
Contributors
7
License
Apache-2.0
Why we included this project
Anyone building 3D reconstruction, visual localization, or SLAM systems will recognize the problem LightGlue solves: given two images with keypoints and descriptors already extracted by a detector such as SuperPoint or DISK, it returns the correspondences between them. An adaptive mechanism skips work on easy image pairs and spends extra compute only where matching is genuinely hard, which keeps accuracy close to heavier matchers while cutting inference time. That speed matters on robots and in mobile pipelines, where latency budgets are tight. Pretrained weights ship for several common feature extractors, and the Hugging Face Transformers integration means a few lines of Python are enough to run it without custom build steps. If your pipeline already produces sparse local features, this saves you from writing a matcher from scratch.
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)