Merge pull request #8676 from jveitchmichaelis:jveitchmichaelis-sgbm-create

This commit is contained in:
Vadim Pisarevsky 2017-05-03 10:28:39 +00:00
commit 58f19b4f4c

View File

@ -1917,7 +1917,7 @@ public:
set StereoSGBM::numDisparities at minimum. The second constructor enables you to set each parameter set StereoSGBM::numDisparities at minimum. The second constructor enables you to set each parameter
to a custom value. to a custom value.
*/ */
CV_WRAP static Ptr<StereoSGBM> create(int minDisparity, int numDisparities, int blockSize, CV_WRAP static Ptr<StereoSGBM> create(int minDisparity = 0, int numDisparities = 16, int blockSize = 3,
int P1 = 0, int P2 = 0, int disp12MaxDiff = 0, int P1 = 0, int P2 = 0, int disp12MaxDiff = 0,
int preFilterCap = 0, int uniquenessRatio = 0, int preFilterCap = 0, int uniquenessRatio = 0,
int speckleWindowSize = 0, int speckleRange = 0, int speckleWindowSize = 0, int speckleRange = 0,