MATLAB File Help: cv.StereoSGBM/load Index
cv.StereoSGBM/load

Loads algorithm from a file or a string.

obj.load(fname)
obj.load(str, 'FromString',true)
obj.load(..., 'OptionName',optionValue, ...)

Input

Options

This method reads algorithm parameters from a file storage. The previous model state is discarded.

See also
Method Details
Access public
Sealed false
Static false