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
↧