以下是项目的链接http://code.google.com/p/aam-opencv/
我正在尝试使用 OpenCV 2.4.9 在 Ubuntu 12.04 上编译这个项目。我已经成功生成了 CMake 文件,但是当我开始使用 make 编译它时,我得到了编译错误。我正在使用从 /usr/local/share/OpenCV 文件夹中复制的新 OpenCVConfig.cmake 进行编译。我也在 CMakeLists.txt 中进行了必要的更改。任何帮助将不胜感激。我在编译时得到以下转储。
[ 5%] Building CXX object CMakeFiles/qt-aamtrainer.dir/src/main.cpp.o
In file included from /home/aam-opencv-read-only/include/lkFitting.h:22:0,
from /home/aam-opencv-read-only/src/main.cpp:34:
/home/aam-opencv-read-only/include/delaunay.h:130:44: error: ‘CvSubdiv2DEdge’ has not been declared<br>
/home/aam-opencv-read-only/include/delaunay.h:135:5: error: ‘CvSubdiv2D’ does not name a type<br>
/home/aam-opencv-read-only/include/delaunay.h:137:5: error: ‘CvSubdiv2D’ does not name a type<br>