Image Matching at Server using SURF and descriptor

asked 2014-03-08 20:15:08 -0600

habisravi gravatar image

updated 2014-03-09 03:14:27 -0600

berak gravatar image

I am doing a client-server image matching project for Augmented Reality. I am using Android phone as the client device. A template image is stored at the server. I have modified the OpenCV sample-Mixed Processing to retrieve the detected feature point as an array. I will send the array to the server. Is it possible to perform SURF matching with the received array and image stored at the server. If possible what are the steps to be done..

edit retag flag offensive close merge delete