magwyz / pastec

Image recognition open source index and search engine
http://pastec.io
GNU Lesser General Public License v3.0
620 stars 175 forks source link

Compilation error : no matching function for call to ‘cv::ORB::ORB(int, double, int)’ #16

Closed oetienne closed 9 years ago

oetienne commented 9 years ago

Following the step by step setup instruction it fails to compile with the following error :

pastec/src/orb/orbfeatureextractor.cpp:53:24: error: no matching function for call to ‘cv::ORB::ORB(int, double, int)’

I compiled on debian wheezy.

magwyz commented 9 years ago

You are using a too old version of OpenCV.