Necessary Libraries
Posted by rmehran on February 5, 2008
Always remember to add libraries to OpenCV Project in Visual Studio
Go to project properties-> linker -> input. In additonal dependencies box, add these libraries:
cxcore.lib cv.lib highgui.lib cvaux.lib cvcam.lib
Advertisement