Ask Your Question

gbr97600's profile - activity

2014-11-26 23:45:01 -0600 asked a question opencv 3.0 with VS 2013

Hello I am new with OpenCV and i installed opencv with VS 2013 following this tutorial: http://docs.opencv.org/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.html#windows-visual-studio-how-to

1) But it shows me this error LNK1104: cannot open file 'zlibd.lib' 2) Then i copied and pasted lib files in the folder named staticlib into lib folder But it shows me 612 errors and 2 warning

For example : a) Error 2 error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MTd_StaticDebug' doesn't match value 'MDd_DynamicDebug' in Source.obj

   b)Error  607 error LNK2019: unresolved external symbol _ippicvsSqrt_64f_A50@12 referenced in function "void __cdecl cv::Sqrt_64f(double const *,double *,int)" (?Sqrt_64f@cv@@YAXPBNPANH@Z)  

   c) Error 568 error LNK2001: unresolved external symbol _ippicviXYZToRGB_16u_C3R@24

3) When i refer other tutorials they install Cmake .. Why they install it ? for what? but there was no such Cmake thing in the previous tutorial you suggested me.

How to install fully opencv? please help me