1>pcl/kdtree/flann.h
第50行
// before is this, but it show opencv's this .h file
//#include <flann/flann.hpp>修改如下
#include </usr/include/flann/flann.hpp>
2> /usr/include/flann/util/serialization.h
第8行:
// serialization.h:424:56: error: there are no arguments to ‘FLANNException’ that depend on a template parameter
// 修改如下
#include </usr/include/flann/general.h>
pcl opencv中flann冲突
最新推荐文章于 2024-10-22 23:04:02 发布