Introduction - If you have any usage issues, please Google them yourself
This function OPENSURF, is an implementation of SURF (Speeded Up Robust
Features). SURF will detect landmark points in an image, and describe
the points by a vector which is robust against (a little bit) rotation
,scaling and noise. It can be used in the same way as SIFT (Scale-invariant
feature transform) which is patented. Thus to align (register) two
or more images based on corresponding points, or make 3D reconstructions.