#306 · Primary category: Computer Vision
GlueStick
Joint Deep Matcher for Points and Lines 🖼️💥🖼️ (ICCV 2023)
Project last updated:04/07/25
GitHub Stars
678
Forks
55
Contributors
5
License
MIT
Why we included this project
Most image matchers work on points alone, but GlueStick matches points and line segments together in a single deep network. That joint approach helps when you need to align two images of the same scene for structure-from-motion, visual localization, or 3D reconstruction, because lines carry structural cues that survive drastic viewpoint and illumination changes where point-only matchers often fail. The result is more robust matching on low-texture or repetitive scenes. The repository ships pretrained weights and a straightforward inference command, and a Colab notebook lets you try it without installing anything locally. The SuperPoint backbone carries a non-commercial license, so teams with commercial use in mind should factor that in before adopting it. Training code lives in the companion GlueFactory framework, which also covers other matchers like LightGlue.
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)