Ask Your Question
0

What paths do I need after the install?

asked 2014-02-19 20:45:23 -0600

solarblast gravatar image

I've installed OpenCV, but appears that one must do more. That is somehow provide paths to bins, libs, and who knows what else to be executable under VS c++ 2013? I'm pretty much clueless. Some considerations are: path = C:\Windows\system32;....C:\QTSystem;...\OPENVbin\blah; ..;%OPENCV_BUILD%\x64\VC10\bin, or OPENCV_BUILD = C:\Robert\opencv\246\build.

Somehow these samples don't seem right for providing a paths that I think I'm looking for, but maybe OPENCV_BUILD = C:\Robert\opencv\246\build;C:\opencv\build\bin ...?

Comments?

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2014-02-19 22:15:18 -0600

unxnut gravatar image

There are two things that you need to specify.

  1. Path to include directory, to be used in compilation phase.
  2. Path to library files.

Finally, you will need to specify the path to DLLs in the system environment variables.

edit flag offensive delete link more

Comments

I'm surprised that there isn't a document that describes all this. As it turns out there is. <http://opencv-srf.blogspot.com/2013/05/installing-configuring-opencv-with-vs.html> Well done.

solarblast gravatar imagesolarblast ( 2014-02-20 13:43:31 -0600 )edit
0

answered 2014-02-20 03:35:42 -0600

shiv.butekar gravatar image

have you done cmake see the totorial on you tube following are some guidline but i suggest u to see those tutorial

you need to set environment veriable go to mycomputer property->advanced syatem setting ->environment verable ->system veriable->path->at end give the path of bin directory of opencv which is appropriate to your system

then go to vs c++ 2013 create project right click on project properties ->add the include directory and add lib name each then addd lib path

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-02-19 20:45:23 -0600

Seen: 232 times

Last updated: Feb 20 '14