ethan-li-coding/SemiGlobalMatching
SGM,立体匹配StereoMatching最经典应用最广泛算法,4000+引用,兼顾效率和效果。完整实现,代码规范,注释清晰,博客教学! observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2352
- days_rel: n/a
- days_push: 1961
- n_releases_24m: 0
Adoption not part of the score
1197 stars · 229 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A complete, well-commented C++ implementation of the classic Semi-Global Matching (SGM) stereo matching algorithm for computing disparity and depth maps from stereo image pairs. It is accompanied by a tutorial blog series explaining each algorithm stage, with the core algorithm independent of any image library.
Use cases
- compute depth maps from stereo image pairs
- implement semi-global matching in C++
- learn how SGM stereo matching works step by step
- generate disparity maps for 3D reconstruction
- port a stereo matching algorithm to an embedded or robotics project
- benchmark SGM against other stereo algorithms
When to choose
- you need a readable, educational reference implementation of SGM
- you want a portable C++ stereo matching core with minimal dependencies
- you are learning stereo matching and want code paired with tutorials
When to avoid
- you need state-of-the-art deep-learning stereo matching accuracy
- you need GPU acceleration or a production-ready optimized pipeline out of the box
- you need active maintenance or cross-platform build support beyond Windows/Visual Studio
Facets
library · maturity maintenance
computer-vision image-processing machine-learning computer-vision image-processing robotics windows cpp cross-platform stereo-matching sgm depth-estimation disparity-map 3d-reconstruction census-transform opencv educational algorithms
2 sources
- readme: https://github.com/ethan-li-coding/SemiGlobalMatching · fetched 2026-08-28 · bd6e3cd2fac6
- homepage: https://github.com/ethan-li-coding/SemiGlobalMatching · fetched 2026-08-29 · c371aa42979c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ethan-li-coding/SemiGlobalMatching | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="ethan-li-coding/SemiGlobalMatching")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem