Skip to content

Instantly share code, notes, and snippets.

@raws
Created May 18, 2013 20:41
Show Gist options
  • Save raws/5605719 to your computer and use it in GitHub Desktop.
Save raws/5605719 to your computer and use it in GitHub Desktop.
OpenCV at its simplest
< 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