Mode Fields |
The StereoSGBMMode type exposes the following members.
| Name | Description | |
|---|---|---|
| HH |
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.
| |
| SGBM |
This is the default mode, the algorithm is single-pass, which means that you consider only 5 directions instead of 8
| |
| value__ |