A Constant-Space Belief Propagation Algorithm for Stereo Matching

Namespace: Emgu.CV.GPU
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public GpuStereoConstantSpaceBP(
	int ndisp,
	int iters,
	int levels,
	int nrPlane
)
Public Sub New ( _
	ndisp As Integer, _
	iters As Integer, _
	levels As Integer, _
	nrPlane As Integer _
)
public:
GpuStereoConstantSpaceBP(
	int ndisp, 
	int iters, 
	int levels, 
	int nrPlane
)

Parameters

ndisp
Int32
The number of disparities. Use 128 as default
iters
Int32
The number of BP iterations on each level. Use 8 as default.
levels
Int32
The number of levels. Use 4 as default
nrPlane
Int32
The number of active disparity on the first level. Use 4 as default.

See Also