cloning opencv from git

asked 2013-10-25 12:22:56 -0600

cellar gravatar image

updated 2013-10-25 12:24:20 -0600

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...

edit retag flag offensive close merge delete

Comments

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

berak gravatar imageberak ( 2013-10-25 14:25:44 -0600 )edit

after you have cloned the OpenCV repo, type 'git fetch origin && git checkout 2.4' and try to build the library.

Ilya Lavrenov gravatar imageIlya Lavrenov ( 2013-10-26 04:34:24 -0600 )edit