setup (cv.Retina) - MATLAB File Help |
Try to open an XML retina parameters file to adjust current retina instance setup
obj.setup(retinaParameterFile)
obj.setup(retinaParameterFile, 'OptionName',optionValue, ...)
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.
Access | public |
Sealed | false |
Static | false |