which OpenCV version is installed? (Mac)

asked 2014-04-12 22:45:19 -0600

kommi10 gravatar image

Is there a line of code or a command line tool that I can use to tell what version and what bitness is my install of OpenCV. I can see by the folder name that I have 2.4.8 but I need to check the bitness.

Thanks!

edit retag flag offensive close merge delete

Comments

You can check the solution here

Haris gravatar imageHaris ( 2014-04-13 00:54:52 -0600 )edit

cerr << cv::getBuildInformation() << endl; // retrieves the original cmake output

berak gravatar imageberak ( 2014-04-13 06:36:30 -0600 )edit