Property Mode
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Mode
Set it to StereoSGBM::MODE_HH to 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. By default, it is set to false .
public StereoSGBMMode Mode { get; set; }