StereoSGBM Constructor (Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean) OpenCvSharp Class Library
StereoSGBM Constructor

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public StereoSGBM(
	int minDisparity,
	int numDisparities,
	int sadWindowSize,
	int p1 = 0,
	int p2 = 0,
	int disp12MaxDiff = 0,
	int preFilterCap = 0,
	int uniquenessRatio = 0,
	int speckleWindowSize = 0,
	int speckleRange = 0,
	bool fullDP = false
)

Parameters

minDisparity
Type: SystemInt32

[Missing <param name="minDisparity"/> documentation for "M:OpenCvSharp.CPlusPlus.StereoSGBM.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)"]

numDisparities
Type: SystemInt32

[Missing <param name="numDisparities"/> documentation for "M:OpenCvSharp.CPlusPlus.StereoSGBM.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)"]

sadWindowSize
Type: SystemInt32

[Missing <param name="sadWindowSize"/> documentation for "M:OpenCvSharp.CPlusPlus.StereoSGBM.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)"]

p1 (Optional)
Type: SystemInt32

[Missing <param name="p1"/> documentation for "M:OpenCvSharp.CPlusPlus.StereoSGBM.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)"]

p2 (Optional)
Type: SystemInt32

[Missing <param name="p2"/> documentation for "M:OpenCvSharp.CPlusPlus.StereoSGBM.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)"]

disp12MaxDiff (Optional)
Type: SystemInt32

[Missing <param name="disp12MaxDiff"/> documentation for "M:OpenCvSharp.CPlusPlus.StereoSGBM.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)"]

preFilterCap (Optional)
Type: SystemInt32

[Missing <param name="preFilterCap"/> documentation for "M:OpenCvSharp.CPlusPlus.StereoSGBM.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)"]

uniquenessRatio (Optional)
Type: SystemInt32

[Missing <param name="uniquenessRatio"/> documentation for "M:OpenCvSharp.CPlusPlus.StereoSGBM.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)"]

speckleWindowSize (Optional)
Type: SystemInt32

[Missing <param name="speckleWindowSize"/> documentation for "M:OpenCvSharp.CPlusPlus.StereoSGBM.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)"]

speckleRange (Optional)
Type: SystemInt32

[Missing <param name="speckleRange"/> documentation for "M:OpenCvSharp.CPlusPlus.StereoSGBM.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)"]

fullDP (Optional)
Type: SystemBoolean

[Missing <param name="fullDP"/> documentation for "M:OpenCvSharp.CPlusPlus.StereoSGBM.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)"]

See Also

Reference