0

Could someone please provide a step by step tutorial on how to setup openCV 2 with VC++2010 express? Im having major trouble doing the same..

Laz
  • 6,036
  • 10
  • 41
  • 54
  • This isn't an answer to your question, but having worked with OpenCV for almost a year now I would highly recommend the EmguCV wrapper instead of using OpenCV directly. Your life will be much easier because you can use C# instead of C, C++, and Python. – ubiquibacon May 19 '10 at 04:13
  • EmguCV works with VC++ too? And are the functions etx the same or do i have to learn more? – Laz May 19 '10 at 06:11

1 Answers1

0

There's a post here that shows how to configure OpenCV 2.3 on VS 2010. If you pay attention to the file names you will notice that they include the version of OpenCV, so just replace those for the appropriate version you are interested in installing.

Community
  • 1
  • 1
karlphillip
  • 92,053
  • 36
  • 243
  • 426