Getting linker error for function cv::UMat::UMat(class cv::UMat const &) [closed]
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.