我有以下系统:
Linux 64位LTS 12.04
尽管在尝试执行项目时可以构建项目,但它会出现以下错误:
OpenCV Error: Assertion failed (k == STD_VECTOR_MAT) in release, file /build/buildd /opencv-2.3.1/modules/core/src/matrix.cpp, line 1364
terminate called after throwing an instance of 'cv::Exception'
what(): /build/buildd/opencv-2.3.1/modules/core/src/matrix.cpp:1364: error: (-215) k == STD_VECTOR_MAT in function release
Run Code Online (Sandbox Code Playgroud)
令人困惑的是我无法找到错误中指定的路径,即
/build/buildd/opencv-2.3.1/modules/core/src/matrix.cpp
Run Code Online (Sandbox Code Playgroud)
我可以使用命令行工具gcc和pkg-config编译相同的源代码。但是,我无法通过Eclipse IDE进行相同的操作。