# StereoBM_python **Repository Path**: redpower/StereoBM_python ## Basic Information - **Project Name**: StereoBM_python - **Description**: 一个经典双目视觉BM算法的Python实现,Block Matching(BM) algorithm - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2020-02-15 - **Last Updated**: 2023-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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. #### [中国镜像](https://gitee.com/redpower/StereoBM_python) #### [![Demo1](disparityRGB.bmp)] [![Demo2](disparityRGB2.bmp)] #### System Requirements #### The reference code is tested on windows 10, Ubuntu 18.04 and requires: - Python #### Run #### ```Python >> python3 stereo_bm.py ``` #### Known issues #### None #### License #### BSD 2-Clause License. See LICENSE.txt for further details.