http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
A Constant-Space Belief Propagation Algorithm for Stereo Matching
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public GpuStereoConstantSpaceBP( int ndisp, int iters, int levels, int nrPlane ) |
Visual Basic |
---|
Public Sub New ( _ ndisp As Integer, _ iters As Integer, _ levels As Integer, _ nrPlane As Integer _ ) |
Visual C++ |
---|
public: GpuStereoConstantSpaceBP( int ndisp, int iters, int levels, int nrPlane ) |
Parameters
- ndisp
- Type: System..::..Int32
The number of disparities. Use 128 as default
- iters
- Type: System..::..Int32
The number of BP iterations on each level. Use 8 as default.
- levels
- Type: System..::..Int32
The number of levels. Use 4 as default
- nrPlane
- Type: System..::..Int32
The number of active disparity on the first level. Use 4 as default.