which OpenCV version is installed? (Mac)

asked Apr 13 '14

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!

Preview: (hide)

Comments

You can check the solution here

Haris gravatar imageHaris (Apr 13 '14)edit

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

berak gravatar imageberak (Apr 13 '14)edit