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

Vertical passes added and we have working parralel version.

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