setup (cv.Retina) - MATLAB File Help
cv.Retina/setup

Try to open an XML retina parameters file to adjust current retina instance setup

obj.setup(retinaParameterFile)
obj.setup(retinaParameterFile, 'OptionName',optionValue, ...)

Input

Options

If the xml file does not exist, then default setup is applied. Warning: Exceptions are thrown if read XML file is not valid.

You can retrieve the current parameters structure using the method cv.Retina.getParameters and update it before running method cv.Retina.setupParameters.

See also
Method Details
Access public
Sealed false
Static false