Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
  1. there's a copy of the cmake output compiled into the libraries, you can access it like:

    cout << cv::getBuildInformation() << endl;

  2. you can type opencv_version on the cmdline, it has some hardware related information (e.g. which SSE version will be used on your box)

  3. you can look at the actual buildbots, they're e.g. here

  1. there's a copy of the cmake output compiled into the libraries, you can access it like:

    cout << cv::getBuildInformation() << endl;

  2. you can type opencv_version on the cmdline, it has some hardware related information (e.g. which SSE version will be used on your box)

  3. you can look at the actual buildbots, (they're e.g. here you can see, that ipp is used but the builtin concurrency, not tbb)