Skip to content

Commit 7ffa49e

Browse files
author
Pyotr Chekmaryov
committed
Vertical passes added and we have working parralel version.
1 parent 20036b8 commit 7ffa49e

File tree

3 files changed

+106
-795
lines changed

3 files changed

+106
-795
lines changed

modules/calib3d/include/opencv2/calib3d.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1810,8 +1810,7 @@ class CV_EXPORTS_W StereoSGBM : public StereoMatcher
18101810
MODE_SGBM = 0,
18111811
MODE_HH = 1,
18121812
MODE_SGBM_3WAY = 2,
1813-
MODE_HH4 = 3,
1814-
MODE_HH4_OLD = 4
1813+
MODE_HH4 = 3
18151814
};
18161815

18171816
CV_WRAP virtual int getPreFilterCap() const = 0;

0 commit comments

Comments
 (0)