# StereoBM_JS **Repository Path**: redpower/StereoBM_JS ## Basic Information - **Project Name**: StereoBM_JS - **Description**: JavaScript 语言实现的双目视觉算法 这是一个经典的双目视觉BM算法 这个算法效果普通,但实现很简单便于阅读和理解 - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-08-19 - **Last Updated**: 2023-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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. #### [中国镜像](https://gitee.com/redpower/StereoBM_JS) #### [![Demo1](disparity1.png)] [![Demo2](disparity2.png)] #### System Requirements #### The reference code is tested on windows 10, Ubuntu 18.04 and requires: - Edge, Chrome, Firefox #### Run #### ```WebBrowser >> Open html file(index.html) directly ``` #### Known issues #### None #### License #### BSD 2-Clause License. See LICENSE.txt for further details.