cvg/LightGlue
LightGlue: Local Feature Matching at Light Speed (ICCV 2023)
LightGlue helps computer vision engineers quickly and accurately find corresponding points across two different images. You provide two images along with their extracted "keypoints" (distinctive points) and "descriptors" (mathematical descriptions of those keypoints). The output is a list of which keypoints in the first image match keypoints in the second image. This is ideal for those building systems that need to understand how different views of a scene relate to each other.
4,412 stars.
Use this if you need to rapidly and precisely identify matching features between image pairs for applications like 3D reconstruction, augmented reality, or object tracking.
Not ideal if your application doesn't require finding sparse, local feature correspondences, or if you're not already working with extracted keypoints and descriptors.
Stars
4,412
Forks
515
Language
Python
License
Apache-2.0
Category
Last pushed
Feb 18, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/cvg/LightGlue"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
shariqfarooq123/AdaBins
Official implementation of Adabins: Depth Estimation using adaptive bins
amusi/CVPR2026-Papers-with-Code
CVPR 2026 论文和开源项目合集
isl-org/ZoeDepth
Metric depth estimation from a single image
daviddmc/NeSVoR
NeSVoR is a package for GPU-accelerated slice-to-volume reconstruction.
SkalskiP/top-cvpr-2023-papers
This repository is a curated collection of the most exciting and influential CVPR 2023 papers. 🔥...