Click or drag to resize

StereoSGBMCreate Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static StereoSGBM Create(
	int minDisparity,
	int numDisparities,
	int blockSize,
	int p1 = 0,
	int p2 = 0,
	int disp12MaxDiff = 0,
	int preFilterCap = 0,
	int uniquenessRatio = 0,
	int speckleWindowSize = 0,
	int speckleRange = 0,
	StereoSGBMMode mode = StereoSGBMMode.SGBM
)

Parameters

minDisparity
Type: SystemInt32
numDisparities
Type: SystemInt32
blockSize
Type: SystemInt32
p1 (Optional)
Type: SystemInt32
p2 (Optional)
Type: SystemInt32
disp12MaxDiff (Optional)
Type: SystemInt32
preFilterCap (Optional)
Type: SystemInt32
uniquenessRatio (Optional)
Type: SystemInt32
speckleWindowSize (Optional)
Type: SystemInt32
speckleRange (Optional)
Type: SystemInt32
mode (Optional)
Type: OpenCvSharpStereoSGBMMode

Return Value

Type: StereoSGBM
See Also