1 | initial version |
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.