6

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

Anthon
  • 78,313
  • 42
  • 165
  • 222
Simplicity
  • 161
  • 1
  • 3

1 Answers1

8

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.

Philomath
  • 2,827
  • 1
  • 22
  • 21