Skip to content

Commit dea5eac

Browse files
committed
Merge pull request opencv#8660 from 4ekmah:making_sgbm_parallel
2 parents 5950431 + d6bc689 commit dea5eac

File tree

3 files changed

+545
-7
lines changed

3 files changed

+545
-7
lines changed

modules/calib3d/include/opencv2/calib3d.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1862,7 +1862,8 @@ class CV_EXPORTS_W StereoSGBM : public StereoMatcher
18621862
{
18631863
MODE_SGBM = 0,
18641864
MODE_HH = 1,
1865-
MODE_SGBM_3WAY = 2
1865+
MODE_SGBM_3WAY = 2,
1866+
MODE_HH4 = 3
18661867
};
18671868

18681869
CV_WRAP virtual int getPreFilterCap() const = 0;

0 commit comments

Comments
 (0)