Click or drag to resize

NativeMethodscalib3d_StereoSGBM_create Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static IntPtr calib3d_StereoSGBM_create(
	int minDisparity,
	int numDisparities,
	int blockSize,
	int P1,
	int P2,
	int disp12MaxDiff,
	int preFilterCap,
	int uniquenessRatio,
	int speckleWindowSize,
	int speckleRange,
	int mode
)

Parameters

minDisparity
Type: SystemInt32
numDisparities
Type: SystemInt32
blockSize
Type: SystemInt32
P1
Type: SystemInt32
P2
Type: SystemInt32
disp12MaxDiff
Type: SystemInt32
preFilterCap
Type: SystemInt32
uniquenessRatio
Type: SystemInt32
speckleWindowSize
Type: SystemInt32
speckleRange
Type: SystemInt32
mode
Type: SystemInt32

Return Value

Type: IntPtr
See Also