Install OpenCV on Mac OS 10.5

284 Views Asked by At

I want to install OpenCV 2.4.9 on Mac OS 10.5.8 with Intel Core Duo processor(32 bit) and only for C++(no Python required). Please help. I want the latest version of OpenCV because I want to use traincascade function provided in OpenCV which seems to have been upgraded in the latest version of OpenCV.

1

There are 1 best solutions below

3
guneykayim On

I think easiest way is using homebrew. It is a package manager for OS X. You can install it from here.

After installing brew, you can easily install OpenCV just by running following command from console:

brew install opencv

EDIT

Requirements for homebrew