StereoSGBMMode Enumeration |
http://www.emgu.com
The SGBM mode
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
Members
| Member name | Value | Description |
---|
| SGBM | 0 |
This is the default mode, the algorithm is single-pass, which means that you consider only 5 directions instead of 8
|
| HH | 1 |
Run the full-scale two-pass dynamic programming algorithm. It will consume O(W*H*numDisparities) bytes, which is large for 640x480 stereo and huge for HD-size pictures.
|
See Also