Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

opencv 4 does no more install the deprecated (1.0) c-api headers.

you can either patch the ORBExtractor.h and use

#include <opencv2/opencv.hpp>

(luckily it's only one case, all others were changed already)

if you can't, you'll have to use opencv3 instead.