Ask Your Question

Yichen's profile - activity

2014-07-02 23:02:31 -0600 answered a question how to install opencv mac os x snow leopard

For openCV installation, you could try use Homebrew to make it. You can find about Homebrew here:

http://brew.sh/

After getting Homebrew, simply type in the terminal:

brew install opencv

to get all the things done.

Speaking of IDE, XCode is already nice enough. To work with XCode you can refer to this post on the Stackoverflow.