Build errors using make (with OpenCV2)
Closed this issue · 4 comments
Cypher1 commented
A lot of OpenCV things are not declared (e.g. ORB).
Is this missing a #include or do I need an older version of OpenCV?
matteoserva commented
I compiled it with the debian opencv2 packages a while ago. I''ll check and get back to you soon
matteoserva commented
Just tested it on debian jessie. I had to install libopencv-dev and libxdo-dev.
Cypher1 commented
Thanks. I'll try to get the arch equivalents and have another go
On Sun, 22 May 2016, 12:51 AM matteo notifications@github.com wrote:
Just tested it on debian jessie. I had to install libopencv-dev and
libxdo-dev.—
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#1 (comment)
matteoserva commented
You can also create a debian chroot environment with debootstrap.