Some parts of the code require the imaging toolbox, which when not installed throw some errors.
E.g. when running the tests I get an error in example 10 since it uses the "imwarp" function.
The error thrown is:
Undefined function 'imwarp' for input arguments of type 'double'.
We could add some check for imaging toolbox functions when calling these functions.
Some parts of the code require the imaging toolbox, which when not installed throw some errors.
E.g. when running the tests I get an error in example 10 since it uses the "imwarp" function.
The error thrown is:
Undefined function 'imwarp' for input arguments of type 'double'.We could add some check for imaging toolbox functions when calling these functions.