How to install opencv with C++ bindings on raspberry pi?
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!
http://docs.opencv.org/master/d7/d9f/...
(try to build opencv libs using plain makefiles, then later use codeblocks for your own project)
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.
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.