Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Image Matching at Server using SURF and descriptor

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..

click to hide/show revision 2
retagged

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

berak gravatar image

Image Matching at Server using SURF and descriptor

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..