Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 708 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 708 Bytes

StereoBM_JS

Description

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

Software Architecture

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:

  • Edge, Chrome, Firefox

Run

>>  Open html file(index.html) directly

Known issues

None

License

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