Merge pull request #4179 from sbokov:improvingStereoSGBM

This commit is contained in:
Maksim Shabunin
2015-07-24 21:12:56 +00:00
5 changed files with 857 additions and 50 deletions

View File

@@ -1555,7 +1555,8 @@ public:
enum
{
MODE_SGBM = 0,
MODE_HH = 1
MODE_HH = 1,
MODE_SGBM_3WAY = 2
};
CV_WRAP virtual int getPreFilterCap() const = 0;