Click or drag to resize
CudaStereoConstantSpaceBP Constructor
http://www.emgu.com
A Constant-Space Belief Propagation Algorithm for Stereo Matching

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public CudaStereoConstantSpaceBP(
	int ndisp = 128,
	int iters = 8,
	int levels = 4,
	int nrPlane = 4
)

Parameters

ndisp (Optional)
Type: SystemInt32
The number of disparities. Use 128 as default
iters (Optional)
Type: SystemInt32
The number of BP iterations on each level. Use 8 as default.
levels (Optional)
Type: SystemInt32
The number of levels. Use 4 as default
nrPlane (Optional)
Type: SystemInt32
The number of active disparity on the first level. Use 4 as default.
See Also