Namespace and functions unresolved

asked 2015-02-13 18:59:43 -0600

Dkuether gravatar image

I followed the instructions for opencv installation and use for the sample project in eclipse CDT, but am receiving errors.

image description

The includes and libs are properly listed as seen below.

image description

image description

edit retag flag offensive close merge delete

Comments

O you are using the terribly outdated C-API ... move on to the new C++ API, this one has been deprecated for years ...

StevenPuttemans gravatar imageStevenPuttemans ( 2015-02-14 02:22:50 -0600 )edit
1

please #include <opencv2/opencv.hpp> , the arcane cv.h only covers the c-api, not the c++ one.

berak gravatar imageberak ( 2015-02-14 04:57:20 -0600 )edit
1

And promise us you never post screenshots like that again ;)

boaz001 gravatar imageboaz001 ( 2015-02-15 17:04:11 -0600 )edit