load (cv.GFTTDetector) - MATLAB File Help |
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 the specified XML or YAML file (either from disk or serialized string). The previous algorithm state is discarded.
Access | public |
Sealed | false |
Static | false |