SkillAgentSearch skills...

StereoMatchingUsingSGM

No description available

Install / Use

/learn @XBQ314/StereoMatchingUsingSGM
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Stereo Matching using SGM based on python

Introduction

This project is trying to implementing stereo matching by python based on the middleburry dataset. The whole process contains the following steps.

  • Census Transform
  • cost volume Calculation by hamming distance
  • cost aggregation
  • WTA to calculate the disparity
  • consistency check to exclude bad points
  • map the disparity to 0~255 and display

Environment

  • Python 3.7
  • NumPy
  • OpenCV

File structure

  • dataset: some standard images contained in middleburry dataset
  • SGM_fun.py: all the source codes
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated3y ago
Forks0

Languages

Python

Security Score

65/100

Audited on Sep 2, 2022

No findings