MATLAB: What is an alternatice to the Estimate geometric transform function for older versions of matlab

Computer Vision Toolboxdigital image processingestimate geometric transformgeometric transformgeometryimage analysisimage processing

I am working with a 2012 version of matlab that does not support the detectSURFFeatures function. Is there any alternatives?

Best Answer

You should be able to user vision.GeometricTransformEstimator instead.
Related Question