I'm trying to configure OpenCV-2.2.0-win32-vs2010 with Cygwin to work together. Any ideas on how I can do that?
Asked
Active
Viewed 8,211 times
6
Anthon
- 78,313
- 42
- 165
- 222
Simplicity
- 161
- 1
- 3
-
1What is OpenCV, what are you trying to do with it, what didn't work (copy-paste the commands you used and the error messages)? – Gilles 'SO- stop being evil' Feb 27 '11 at 10:48
-
[OpenCV](http://opencv.willowgarage.com/wiki/) is "a library of programming functions for real time computer vision". – Philomath Jul 17 '11 at 17:08
1 Answers
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