Ask Your Question

Cyrusbm's profile - activity

2015-09-05 08:29:24 -0600 asked a question confidence calculation of cvann

Hi Dear users, how can I calculate confidence of cvAnn prediction? specially in OCR program.

2015-08-14 23:00:12 -0600 commented question Undefined refrence to cv::fastFree(void*) , cv::Mat::deallocate() , cv::Mat::create()

i added -lopencv. it should be like "-lopencv_something"?

2015-08-05 01:42:09 -0600 asked a question 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.