C++ Xcode OpenCV - No member named in namespace -


today installed opencv framework first time, running in errors when call methods of opencv.

i included following files:

#include "opencv2/core/core.hpp" #include "opencv2/highgui/highgui.hpp" 

i've set search paths this:

header search path: /usr/local/include

library path: /usr/local/lib

when try call cv::puttext(...) or cv::line(...) following error: no member named ... in namespace cv.

i new opencv , don't know if method names wrong since project have work on may referencing older opencv version.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -