Click or drag to resize

CudaStereoBM Constructor

http://www.emgu.com
Create a stereoBM

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public CudaStereoBM(
	int numberOfDisparities = 64,
	int blockSize = 19
)

Parameters

numberOfDisparities (Optional)
Type: SystemInt32
The number of disparities. Must be multiple of 8. Use 64 for default
blockSize (Optional)
Type: SystemInt32
The SAD window size. Use 19 for default
See Also