Click or drag to resize

Mode Fields

http://www.emgu.com

The StereoSGBMMode type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberHH
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.
Public fieldStatic memberSGBM
This is the default mode, the algorithm is single-pass, which means that you consider only 5 directions instead of 8
Public fieldvalue__
Top
See Also