# StereoBM **Repository Path**: redpower/StereoBM ## Basic Information - **Project Name**: StereoBM - **Description**: 一个双目视觉经典BM算法的Matlab实现。Block Matching(BM) algorithm. - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-02-15 - **Last Updated**: 2023-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # StereoBM === An implementation of the classic stereo vision Block Matching(BM) algorithm. === This code implements a classic stereo BM algorithm. This is not a very fast implementation. But it is simple enough. #### [中国镜像](https://gitee.com/redpower/StereoBM) #### [![Demo video](images/screen1.jpg)] [![Demo video](images/screen2.jpg)] [![Demo video](images/screen3.jpg)] [![Demo video](images/screen4.jpg)] #### System Requirements #### The reference code is tested on windows 10, Ubuntu 18.04 and requires: - Matlab #### Run #### ```Matlab >> run main.m ``` #### Known issues #### None #### License #### BSD 2-Clause License. See LICENSE.txt for further details.