#include #include int main(int argc, char** argv) { std::cout << cv::getBuildInformation() << std::endl; return 0; }