Ask Your Question
0

Missing opencv2/core/utility.hpp

asked 2013-10-18 06:08:57 -0600

user10001 gravatar image

updated 2013-10-18 06:29:22 -0600

berak gravatar image

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?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
3

answered 2013-10-18 06:28:38 -0600

berak gravatar image

updated 2013-10-18 06:32:28 -0600

since you're on the 2.4 branch, you probably should use the respective 2.4 sample code instead

https://github.com/itseez/opencv/blob/2.4/samples/ocl/surf_matcher.cpp

(also, better off getting stuff from github.com/itseez, instead from a fork)

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-10-18 06:08:57 -0600

Seen: 1,063 times

Last updated: Oct 18 '13