Use SURF/SIFT/FlannBasedMatcher to implemented the following application:
- Input a test image, the program could match the test image to a set of existing templates and returns the matching template item number.
- The Program could return the position of the center and the angle of the test image.
- The program could training more templates easily.
