Ask Your Question
0

Cannot compile OpenCV 3.0...

asked 2016-03-09 01:34:07 -0600

Reus gravatar image

I downloaded OpenCV 3.0 from this website, and after the cmake step, I obtain an an error during the make step, here it is:image description

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-03-09 01:45:37 -0600

berak gravatar image

updated 2016-03-09 01:46:50 -0600

the hal module was moved back into core in the meantime, the 3.0 branch is out of sync.

if you want to use opencv_contrib (for SURF and such), you will need to update you main opencv repo to latest master version (3.1.0, atm.)

do a git pull upstream master in your main opencv repo, clean your build folder, and re-run cmake, make , make install.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-03-09 01:34:07 -0600

Seen: 189 times

Last updated: Mar 09 '16