cloning opencv from git
When I clone the opencv git and compile it I get opencv_...300.libs and Headers that are not compatible with those from 2.4.5. How comes that? I assumed to get version 246...
When I clone the opencv git and compile it I get opencv_...300.libs and Headers that are not compatible with those from 2.4.5. How comes that? I assumed to get version 246...
Asked: Oct 25 '13
Seen: 276 times
Last updated: Oct 25 '13
yea, bit annoying. the master(3.0) version is the default there.
if all you need is the 2.4 code, you can select the 2.4 branch from the dropdown, and download the zip
after you have cloned the OpenCV repo, type 'git fetch origin && git checkout 2.4' and try to build the library.