http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Create a stereoBMState
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public StereoBM( STEREO_BM_TYPE type, int numberOfDisparities ) |
Visual Basic |
---|
Public Sub New ( _ type As STEREO_BM_TYPE, _ numberOfDisparities As Integer _ ) |
Visual C++ |
---|
public: StereoBM( STEREO_BM_TYPE type, int numberOfDisparities ) |
Parameters
- type
- Type: Emgu.CV.CvEnum..::..STEREO_BM_TYPE
ID of one of the pre-defined parameter sets. Any of the parameters can be overridden after creating the structure.
- numberOfDisparities
- Type: System..::..Int32
The number of disparities. If the parameter is 0, it is taken from the preset, otherwise the supplied value overrides the one from preset.