Commit 1ae4d2a8 authored by Muresan Mircea Paul's avatar Muresan Mircea Paul

Modified the names for bm and sgm methods

parent c83e49a7
......@@ -514,7 +514,7 @@ namespace cv
static const char* name_;
};
const char* StereoBinaryBMImpl::name_ = "StereoMatcher.BM";
const char* StereoBinaryBMImpl::name_ = "StereoBinaryMatcher.BM";
Ptr<StereoBinaryBM> StereoBinaryBM::create(int _numDisparities, int _kernelSize)
{
......
......@@ -819,7 +819,7 @@ namespace cv
Mat Integral[2];
};
const char* StereoBinarySGBMImpl::name_ = "StereoMatcher.SGBM";
const char* StereoBinarySGBMImpl::name_ = "StereoBinaryMatcher.SGBM";
Ptr<StereoBinarySGBM> StereoBinarySGBM::create(int minDisparity, int numDisparities, int kernelSize,
int P1, int P2, int disp12MaxDiff,
......
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