Created
May 18, 2013 20:41
-
-
Save raws/5605719 to your computer and use it in GitHub Desktop.
OpenCV at its simplest
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
< sam> opencv is amazing | |
< greg> g-d i need to get started playing with it | |
< greg> esp. with a kinect sitting in my closet | |
< greg> has anyone made nice cookbooks yet for getting all the damn deps installed, last time i tried it was slightly painful | |
< sam> brew tap science; brew install opencv | |
< sam> c++ -o yourprogram yourprogram.cpp $(pkg-config --libs opencv) | |
< greg> yiss | |
< sam> pretty e-z |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment