# StereoBM_golang **Repository Path**: redpower/StereoBM_golang ## Basic Information - **Project Name**: StereoBM_golang - **Description**: 一个经典双目视觉BM算法的Go实现,Block Matching(BM) algorithm - **Primary Language**: Go - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-09-20 - **Last Updated**: 2021-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # StereoBM_golang === An implementation of the classic stereo vision Block Matching(BM) algorithm. Golang 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_golang) #### [![Demo1](disparityRGB.jpg)] [![Demo2](disparityRGB2.jpg)] #### System Requirements #### The reference code is tested on windows 10, Ubuntu 20.04 and requires: - golang ( go version go1.17.1 linux/amd64. Other versions have not been tested) #### Run #### ```go >> go run . ``` #### Build #### ```go >> go build >> ./Stereo_BM ``` #### Known issues #### None #### License #### BSD 2-Clause License. See LICENSE.txt for further details.