1 | initial version |
Hi there, I also had a lot of problems getting opencv to compile. (windows, visual studio 2013)
I solved it by going step by step through this:
http://docs.opencv.org/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.html#windows-visual-studio-how-to
and then, when it still told me i was missing certain .dll files, copying them from C:\opencv\build\include to my project dir.
Hope this helps.