How to install opencv with C++ bindings on raspberry pi?

asked 2016-08-31 13:57:15 -0600

Danny911 gravatar image

I would like to install the opencv packages and libraries on the RPi 3. I have already installed cmake and i will be coding on codeblocks. Could someone explain as to how could one go about the opencv with C++ bindings on Raspberry Pi 3 running on Raspbian Jessie.

Thanks!

edit retag flag offensive close merge delete

Comments

1

http://docs.opencv.org/master/d7/d9f/...

(try to build opencv libs using plain makefiles, then later use codeblocks for your own project)

berak gravatar imageberak ( 2016-08-31 23:37:07 -0600 )edit

BTW from experience, building OpenCV on the pi itself, can take quite up the time, but cross compiling is in my opinion to complicated, so leaving it overnight always works here.

StevenPuttemans gravatar imageStevenPuttemans ( 2016-09-01 03:09:38 -0600 )edit

Build and install on Pi3 should be similar to Pi2. On Pi2 build requires about 2hr, PI3 should be faster. You can search on the Internet or check my post here in this last case your comments or issues are welcome.

pklab gravatar imagepklab ( 2016-09-01 03:37:56 -0600 )edit