How do I configure OpenCV and Cygwin to work together?

8,089

Try building a cygwin port of OpenCV instead of using the windows one. Go to Cygwin ports, follow their instructions & download the "opencv" package (listed under graphics in "setup.exe"), make sure to select the "src?" checkbox. Build it. That's it.

Share:
8,089
Simplicity
Author by

Simplicity

Updated on September 17, 2022

Comments

  • Simplicity
    Simplicity almost 2 years

    I'm trying to configure OpenCV-2.2.0-win32-vs2010 with Cygwin to work together. Any ideas on how I can do that?

    • Gilles 'SO- stop being evil'
      Gilles 'SO- stop being evil' over 13 years
      What is OpenCV, what are you trying to do with it, what didn't work (copy-paste the commands you used and the error messages)?
    • Philomath
      Philomath almost 13 years
      OpenCV is "a library of programming functions for real time computer vision".