查看opencv版本信息

在VS2010中编写控制台C++程序:


#include
#include "cv.h"
using namespace std;
main()
{
 cout< }

运行即可打印安装的opencv的版本信息



你可能感兴趣的:(查看opencv版本信息)