Getting linker error for function cv::UMat::UMat(class cv::UMat const &) [closed]

asked 2015-07-01 22:34:54 -0600

virenv gravatar image

I new to OpenCv and have managed to build my own binaries by cloning the OpenCv project. I followed the tutorial on http://docs.opencv.org/doc/tutorials/...

linker is not able to find cv::UMat::UMat(class cv::UMat const &) function. However, looking at the code suggests that this should go into OpenCv_core300d.lib or OpenCv_core300.lib. Still linker is not able to find the function.

I am using debug libs.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by virenv
close date 2015-07-02 06:45:40.089516