Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to view OpenCV Build Information

Tags:

opencv

I've already installed OpenCV from the sourceforge.net.
How can I get information about what settings were used to build it?

like image 939
Sodeq Avatar asked Dec 21 '25 05:12

Sodeq


1 Answers

getBuildInformation() returns a string with

cmake output including version control system revision, compiler version, compiler flags, enabled modules and third party libraries, etc. Output format depends on target architecture.

like image 53
Bull Avatar answered Dec 24 '25 12:12

Bull



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!