Skip to content

Commit 2918c3d

Browse files
author
q
committed
First occurence of 4-directional version of SGBM.
Even without any tests. Next step is parallelising it.
1 parent 072f873 commit 2918c3d

File tree

2 files changed

+763
-38
lines changed

2 files changed

+763
-38
lines changed

modules/calib3d/include/opencv2/calib3d.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1809,7 +1809,8 @@ class CV_EXPORTS_W StereoSGBM : public StereoMatcher
18091809
{
18101810
MODE_SGBM = 0,
18111811
MODE_HH = 1,
1812-
MODE_SGBM_3WAY = 2
1812+
MODE_SGBM_3WAY = 2,
1813+
MODE_HH4 = 1
18131814
};
18141815

18151816
CV_WRAP virtual int getPreFilterCap() const = 0;

0 commit comments

Comments
 (0)