Click or drag to resize
CudaStereoBM Constructor
http://www.emgu.com
Create a stereoBM

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
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