#include #include int main() { std::cout << cv::getBuildInformation() << std::endl; return 0; }