I want to find the sift descriptor at a co-ordinate ( x ,y ) in the image with a patch size of 5X5 neighbour with the co-ordinate in the middle.
The intention behind it is to analyse the orientation values that I get on that co-ordinate for further processing.
Is there any method in matlab that would allow me to do this ?
I have tried to understand vl_dsift which would give me sift descriptor at every point and maybe use it for just the co-ordinate that I want but could not understand how to use it ...
Could someone help me with it or suggest any better alternative out there ?