Click or drag to resize

NativeMethodscalib3d_StereoSGBM_create Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus 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,
	out IntPtr returnValue
)

Parameters

minDisparity
Type: SystemInt32

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

numDisparities
Type: SystemInt32

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

blockSize
Type: SystemInt32

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

P1
Type: SystemInt32

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

P2
Type: SystemInt32

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

disp12MaxDiff
Type: SystemInt32

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

preFilterCap
Type: SystemInt32

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

uniquenessRatio
Type: SystemInt32

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

speckleWindowSize
Type: SystemInt32

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

speckleRange
Type: SystemInt32

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

mode
Type: SystemInt32

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also