Code Monkey home page Code Monkey logo

semiglobalmatching's Introduction

SemiGlobalMatching

SemiGlobalMatching立体匹配算法,学习SGM C++实现的好资源

CSDN博客

手把手教你编写SGM双目立体匹配代码(基于C++,Github同步更新)(一)
手把手教你编写SGM双目立体匹配代码(基于C++,Github同步更新)(二)
手把手教你编写SGM双目立体匹配代码(基于C++,Github同步更新)(三)(代价聚合)
手把手教你编写SGM双目立体匹配代码(基于C++,Github同步更新)(四)(代价聚合2)

环境

windows10 / visual studio 2015

第三方库

opencv310
百度网盘连接:https://pan.baidu.com/s/1_WD-KdPyDBazEIim7NU3jA
提取码:aab4
解压后放到3rdparty文件夹下

算法引导

SGM步骤图


SGM类设计图

实验

实验(1):只做从左到右聚合:


实验(2):只做从右到左聚合:

实验(3):只做从上到下聚合:

实验(4):只做从下到上聚合:

实验(5):从左上到右下聚合:

实验(6):从右下到左上聚合:

实验(7):从右上到左下聚合:

实验(8):从左下到右上聚合:

实验(9):4-路径全聚合:

实验(10):8-路径全聚合:

Github图片不显示的解决办法

修改hosts

C:\Windows\System32\drivers\etc\hosts

在文件末尾添加:

# GitHub Start 
192.30.253.112    github.com 
192.30.253.119    gist.github.com
151.101.184.133    assets-cdn.github.com
151.101.184.133    raw.githubusercontent.com
151.101.184.133    gist.githubusercontent.com
151.101.184.133    cloud.githubusercontent.com
151.101.184.133    camo.githubusercontent.com
151.101.184.133    avatars0.githubusercontent.com
151.101.184.133    avatars1.githubusercontent.com
151.101.184.133    avatars2.githubusercontent.com
151.101.184.133    avatars3.githubusercontent.com
151.101.184.133    avatars4.githubusercontent.com
151.101.184.133    avatars5.githubusercontent.com
151.101.184.133    avatars6.githubusercontent.com
151.101.184.133    avatars7.githubusercontent.com
151.101.184.133    avatars8.githubusercontent.com
 
 # GitHub End

semiglobalmatching's People

Contributors

ethan-li-coding avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.