Semi Global Matching Save

Semi-Global Matching

Project README

Semi-Global Matching

Implementation of the Semi-Global Matching algorithm in Python.

Dependencies

Instructions

$ git clone https://github.com/beaupreda/semi-global-matching.git
$ cd path/to/semi-global-matching

Usage

python3 sgm.py --left [LEFT IMAGE NAME] --right [RIGHT IMAGE NAME] --left_gt [LEFT GT IMAGE NAME] --right_gt [RIGHT GT IMAGE NAME] --output [OUTPUT IMAGE NAME] --disp [MAXIMUM DISPARITY] --images [TRUE OR FALSE] --eval [TRUE OR FALSE]

Example

python3 sgm.py --left cones/im2.png --right cones/im6.png --left_gt cones/disp2.png --right_gt cones/disp6.png --output disparity_map.png --disp 64 --images False --eval True

Other implementations

References

Open Source Agenda is not affiliated with "Semi Global Matching" Project. README Source: beaupreda/semi-global-matching
Stars
138
Open Issues
0
Last Commit
4 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating