StereoBM Constructor (Int32, Int32, Int32) OpenCvSharp Class Library
Initializes a new instance of the StereoBM class

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

public StereoBM(
	int preset,
	int nDisparities = 0,
	int sadWindowSize = 21
)

Parameters

preset
Type: SystemInt32

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

nDisparities (Optional)
Type: SystemInt32

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

sadWindowSize (Optional)
Type: SystemInt32

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

See Also

Reference