This is an example of stereo match based on dp. It is very simple and can only be used for learning
- OpenCV (3.1+)
- Cmake
- Clone this repository via
git clone https://github.com/Xke1718He/stereo-match.git- Build
mkdir build && cd build
cmake ..
makeIn build
./stereo-match - left
- right
- result


