A Constant-Space Belief Propagation Algorithm for Stereo Matching
Namespace: Emgu.CV.GPUAssembly: 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:
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