mirror of
https://github.com/opencv/opencv.git
synced 2025-07-26 07:07:37 +08:00
Merge pull request #8676 from jveitchmichaelis:jveitchmichaelis-sgbm-create
This commit is contained in:
commit
58f19b4f4c
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user