Enum StereoSGBM.Mode
The SGBM mode
public enum StereoSGBM.Mode
Fields
HH = 1
Run the full-scale two-pass dynamic programming algorithm. It will consume O(WHnumDisparities) bytes, which is large for 640x480 stereo and huge for HD-size pictures.
SGBM = 0
This is the default mode, the algorithm is single-pass, which means that you consider only 5 directions instead of 8