Commit 2918c3d7 authored by q's avatar q

First occurence of 4-directional version of SGBM.

Even without any tests.
Next step is parallelising it.
parent 072f873d
......@@ -1809,7 +1809,8 @@ public:
{
MODE_SGBM = 0,
MODE_HH = 1,
MODE_SGBM_3WAY = 2
MODE_SGBM_3WAY = 2,
MODE_HH4 = 1
};
CV_WRAP virtual int getPreFilterCap() const = 0;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment