Click or drag to resize

NativeMethodscalib3d_StereoBM_create Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.calib3d_StereoBM_create(System.Int32,System.Int32,System.IntPtr@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus calib3d_StereoBM_create(
	int numDisparities,
	int blockSize,
	out IntPtr returnValue
)

Parameters

numDisparities
Type: SystemInt32

[Missing <param name="numDisparities"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_StereoBM_create(System.Int32,System.Int32,System.IntPtr@)"]

blockSize
Type: SystemInt32

[Missing <param name="blockSize"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_StereoBM_create(System.Int32,System.Int32,System.IntPtr@)"]

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_StereoBM_create(System.Int32,System.Int32,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.calib3d_StereoBM_create(System.Int32,System.Int32,System.IntPtr@)"]

See Also