StereoSGBMMode Enumeration |
Namespace: Emgu.CV
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. |