cloning opencv from git

asked Oct 25 '13

cellar gravatar image

updated Oct 25 '13

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

Preview: (hide)

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 (Oct 25 '13)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 (Oct 26 '13)edit