Posts

Showing posts from May, 2009

OpenCv & Visual Studio 2005 Library Paths

Create New Project and Configure the Library path to Project Using OpenCv and Visual Studio 2005 File -> New Project -> Visual C++ ->Win 32 Select Win32 console app Give name and click Ok and click Finish. Keep Default cording Tools -> Application -> Project & solution VC++ Directories Select include files Brows ->programs files -> opencv -> cv -> include (click open) -> cxcore -> include (click open) -> cvaux -> include (click open) -> ml -> include (click open) -> other lib -> highgui (click open) -> Select library files Opencv -> lib (click open) Opencv -> other lib (click open) Project -> Test -> properties Configuration properties -> C / C++ -> general Additional include Directories include Add above 5 cv.lib ,cvaux, highgui.lib , ml.lib , cxcore.lib Linker -> Input -> Additional Dependencies Type cv.lib ,cvaux, highgui.lib , ml.lib , cxco