Ask Your Question

Revision history [back]

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

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/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.html#windows-visual-studio-how-to

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.