Created
January 19, 2016 04:01
-
-
Save vinceallenvince/9aa8a2b53e907e33e75f to your computer and use it in GitHub Desktop.
Install opencv on RPi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Follow these instructions. | |
| http://robertcastle.com/2014/02/installing-opencv-on-a-raspberry-pi/ | |
| Configure shared libraries | |
| http://stackoverflow.com/questions/12335848/opencv-program-compile-error-libopencv-core-so-2-4-cannot-open-shared-object-f | |
| Add `pkg-config opencv --cflags --libs` to your compile command | |
| http://stackoverflow.com/questions/7816607/opencv-2-3-compiling-issue-undefined-refence-ubuntu-11-10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment