which OpenCV version is installed? (Mac)
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!
You can check the solution here
cerr << cv::getBuildInformation() << endl; // retrieves the original cmake output