Added StereoSGBM (fixed #77) (#318)

* Added StereoSGBM class

* fixed StereoSGBM build for OpenCV2
This commit is contained in:
matlabbe
2018-10-04 16:10:16 -04:00
committed by GitHub
parent a1079761e7
commit 16309e6d18
13 changed files with 1231 additions and 413 deletions

View File

@@ -90,6 +90,8 @@ SET(SRC_FILES
Stereo.cpp
StereoDense.cpp
StereoCameraModel.cpp
stereo/StereoBM.cpp
stereo/StereoSGBM.cpp
OccupancyGrid.cpp