Introduction - If you have any usage issues, please Google them yourself
This function reads two images, finds their SIFT features, and displays lines connecting the matched keypoints. A match is accepted only if its distance is less than distRatio times the distance to the second closest match.It returns the number of matches displayed.