1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

There added parallel realization of vertical passes for MODE_HH4.

This commit is contained in:
Pyotr Chekmaryov
2017-04-15 21:51:15 +00:00
parent 106413a3ea
commit 20036b82d3
3 changed files with 838 additions and 22 deletions
+2 -1
View File
@@ -1810,7 +1810,8 @@ public:
MODE_SGBM = 0,
MODE_HH = 1,
MODE_SGBM_3WAY = 2,
MODE_HH4 = 3
MODE_HH4 = 3,
MODE_HH4_OLD = 4
};
CV_WRAP virtual int getPreFilterCap() const = 0;