Skip to content

An implementation of the classic stereo vision Block Matching(BM) algorithm. Python version

License

Notifications You must be signed in to change notification settings

redpower1998/StereoBM_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StereoBM_python

=== An implementation of the classic stereo vision Block Matching(BM) algorithm. Python version

=== This code implements a classic stereo BM algorithm. This is not a good implementation. But it is simple enough.

[Demo1] [Demo2]

System Requirements

The reference code is tested on windows 10, Ubuntu 18.04 and requires:

  • Python

Run

>> python3 stereo_bm.py

Known issues

None

License

BSD 2-Clause License. See LICENSE.txt for further details.

About

An implementation of the classic stereo vision Block Matching(BM) algorithm. Python version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages