| MATLAB File Help: cv.LineSegmentDetector/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 |