Undefined refrence to cv::fastFree(void*) , cv::Mat::deallocate() , cv::Mat::create()
Hi I am using opencv-3.0.0 in ubuntu and with axis-mips compiler(a specific compiler for axis ip camera). this compiler uses makefile and I try to link opencv library properly. when I define a Mat variable it's ok, but for second Mat this error occured. what is problem? is it linking issue? thanks.
you're not linking to required opencv libs like
-lopencv_core -lopencv_imgproc -lopencv_highgui
i added -lopencv. it should be like "-lopencv_something"?