MATLAB File Help: cv.StereoBM/load | Index |
Loads algorithm from a file or a string.
obj.load(fname)
obj.load(str, 'FromString',true)
obj.load(..., 'OptionName',optionValue, ...)
This method reads algorithm parameters from a file storage. The previous model state is discarded.
Access | public |
Sealed | false |
Static | false |