I'm getting the following error when I try to run function m-file?
"Undefined function or method 'estimateGeometricTransform' for input arguments of type 'SURFpoints'.
What is causing this error?
I'm getting the following error when I try to run function m-file?
"Undefined function or method 'estimateGeometricTransform' for input arguments of type 'SURFpoints'.
What is causing this error?
You need to have MATLAB release R2013a or later, and you need to have the Computer Vision System Toolbox. If you have an older version of the Computer Vision System Toolbox, then you can use the vision.GeometricTransformEstimator
system object instead of the estimateGeometricTransform()
function.
According to this documentation page, the function is part of the Computer Vision System Toolbox. It looks like that toolbox is not installed on your system. You can check what toolboxes are installed by typing VER
into the command prompt.