Skip to content

Commit 20036b8

Browse files
author
Pyotr Chekmaryov
committed
There added parallel realization of vertical passes for MODE_HH4.
1 parent 106413a commit 20036b8

File tree

3 files changed

+964
-148
lines changed

3 files changed

+964
-148
lines changed

modules/calib3d/include/opencv2/calib3d.hpp

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

18161817
CV_WRAP virtual int getPreFilterCap() const = 0;

0 commit comments

Comments
 (0)