Skip to content
View ethan-li-coding's full-sized avatar
💫
Make your own 3D !
💫
Make your own 3D !
Block or Report

Block or report ethan-li-coding

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ethan-li-coding/README.md

Hi there 👋,                  Blog Badge Blog Badge Mail Badge

I'm coding some stereo matching algorithms. If you are interested in this work, please follow me, I hope my work is helpful to you!
我正在编写一些立体匹配算法,并免费开源。如果你对此工作感兴趣,欢迎关注我,希望它们能够给你的科研或工作提供一些帮助!

My github stats

Blogs
经典AD-Census: (4)代价聚合 - 2020-09-30
经典PatchMatch: (5)迭代传播 - 2020-07-19
经典SGM:(3)代价聚合 - 2020-04-04
More on ethanli.blog

Pinned

  1. SemiGlobalMatching SemiGlobalMatching Public

    SGM,立体匹配StereoMatching最经典应用最广泛算法,4000+引用,兼顾效率和效果。完整实现,代码规范,注释清晰,博客教学,欢迎star!

    C++ 1k 215

  2. PatchMatchStereo PatchMatchStereo Public

    PatchMatchStereo,倾斜窗口经典,效果极佳,OpenMVS&Colmap稠密匹配算法。完整实现,代码规范,注释清晰,博客教学,欢迎star!

    C++ 680 120

  3. AD-Census AD-Census Public

    AD-Census立体匹配算法,中国学者Xing Mei等人研究成果(Respect!),算法效率高、效果出色,适合硬件加速,Intel RealSense D400 Stereo模块算法。完整实现,代码规范,注释清晰,欢迎star!

    C++ 353 67

  4. Source-Codes-3DVison Source-Codes-3DVison Public

    Source codes collection for 3d vision 视觉三维重建领域的源码收集

    302 63

  5. StereoV3DCode StereoV3DCode Public

    《立体视觉入门指南》 代码, c++ code for StereoV3D course

    C++ 166 31

  6. FasterStereoCuda FasterStereoCuda Public

    这是一个基于CUDA加速的SGM立体匹配代码,它的核心是SemiglobalMatching(SGM)算法,它不仅在时间效率上要远远优于基于CPU的常规SGM,而且明显占用更少的内存,这意味着它不仅可以在较低分辨率(百万级)图像上达到实时的帧率,且完全具备处理千万级甚至更高量级图像的能力。

    C++ 32 11