MATLAB File Help: cv.ShapeContextDistanceExtractor/load Index
cv.ShapeContextDistanceExtractor/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 the specified XML or YAML file (either from disk or serialized string). The previous algorithm state is discarded.

See also
Method Details
Access public
Sealed false
Static false