mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
There added parallel realization of vertical passes for MODE_HH4.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user