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: 2013-10-25 12:22:56 -0600
Seen: 256 times
Last updated: Oct 25 '13
Problem with Github OpenCV repo
How to clone opencv's git repository
Copying parts of image to new images?
Always run CMake after updating OpenCV from github?
Building OpenCV from git on CygWin
making effective pull requests
Bug? Increasing memory usage per iteration when using findContours()
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.