I have installed Opencv 2.4.8 on my Linux(ubuntu 14.04) machine and it works fine. When I'm trying to test SURF descriptor using sample code from the online official documentation the compiler gave me no such file or director error for #include<opencv2/nonfree/nonfree.hpp>
.
From this link i have tried to update the opencv library for the nonfree modules with but still no success.
To make history short how can include SURF descriptor to my project or any idea how to fix this?