Get wrong version from pkg-config --modversion opencv
When I run the command "pkg-config --modversion opencv", I get "2.4.8". The thing is that I have installed 2.4.9. Why is this returning wrong version?
add a comment