=== 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.
The reference code is tested on windows 10, Ubuntu 18.04 and requires:
- Python
>> python3 stereo_bm.py
None
BSD 2-Clause License. See LICENSE.txt for further details.