CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Jul 2012
    Posts
    2

    [RESOLVED] Getting OpenCV to work on Windows

    I'm trying to get OpenCV to work with Visual Studio 2010, but have been unable so far. I think the problem is the environment variable since both CMake and VS manage to build. Been trying to follow these guides.
    http://docs.opencv.org/doc/tutorials...-studio-how-to
    http://docs.opencv.org/doc/tutorials...s-installation
    http://stackoverflow.com/questions/1...-visual-studio

    See attachment for the tree structure of the opencv folder tree.txt

    EDIT:
    Found the solution here
    http://blog.hcilab.org/bastian/2012/...visual-studio/
    Last edited by cltx; August 2nd, 2012 at 10:35 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured