surface feature detection on image processing
问题 An example of detectSURFFeatures in comparison of 2 image is in below. I couldn't make detectSURFFeatures function work in my MATLAB. no help or doc detectSURFFeatures gives any clue. the error says " > UncalibratedSterio Undefined function 'detectSURFFeatures' for input arguments of type 'uint8'." but the function itself can cover uint8 as i know. what should i do? %Rectified Sterio Image Uncalibrated % There is no calibration of cameras I1 = rgb2gray(imread('right_me.jpg')); I2 = rgb2gray