Namespace and functions unresolved

asked Feb 14 '15

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

Preview: (hide)

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 (Feb 14 '15)edit
1

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

berak gravatar imageberak (Feb 14 '15)edit
1

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

boaz001 gravatar imageboaz001 (Feb 15 '15)edit