Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 304

Build OpenCV 3.1 with contrib modules

$
0
0
Hi all, I'm currently trying to build OpenCV 3.1 including the contrib modules. Unfortunately the build process exits with following error >> src/opencv_contrib-3.1.0/modules/surface_matching/src/ppf_helpers.cpp:267:53: error: too many arguments to function ‘void cv::ppf_match_3d::queryPCFlann(void*, cv::Mat&, cv::Mat&, cv::Mat&)’ queryPCFlann(flannIndex, pc, indices, distances, 1); which, after going through the source, seems to be caused by a missing forward declaration. Since I haven't found any related issues on GitHub I'm wondering if I'm simply doing something wrong or maybe forgot something? Any help would be nice! Greetings Simon

Viewing all articles
Browse latest Browse all 304

Trending Articles