Ask Your Question

virenv's profile - activity

2015-07-01 22:43:00 -0600 asked a question 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/...

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.