The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
271 views

How can I create a .deb package with my compiled OpenCV build?

OpenCV 2.4.2 took 6 hours to compile on the Raspberry Pi and I'd love to package everything up as a deb but I have never done that before. How can I package the compiled files so that they download or ...
0
votes
1answer
349 views

Unable to install libhighgui-dev package in 11.10

I the libhighgui-dev package has unmet dependencies in 11.10. what should I do? Synaptic says: libhighgui-dev: Depends: libgtk2.0-dev but it is not going to be installed Depends: libjasper-dev ...
2
votes
1answer
2k views

How do I configure OpenCV and Cygwin to work together?

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