Click or drag to resize

StereoBMCreate Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static StereoBM Create(
	int numDisparities = 0,
	int blockSize = 21
)

Parameters

numDisparities (Optional)
Type: SystemInt32
blockSize (Optional)
Type: SystemInt32

Return Value

Type: StereoBM
See Also