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.