I am using opencv 2.4.6 which I believe is the latest version.
I am trying to test with ocl module and developing an application like this:
https://github.com/nzjrs/opencv/blob/master/samples/ocl/surf_matcher.cpp
But I am getting error that
opencv2/core/utility.hpp
is not available. Looking at opencv directory, I can see that it is not in opencv include directory.
Where can I download it?