I installed opencv on my mac using mac ports with the following command
sudo port install opencv
About 2 hours passed and it was installed correctly. But the problem is that python bindings are not included.
So let me know how to install opencv on mac using ports, and also enable python bindings. Thanks
PS: I tried to manually compile opencv from the source code, but I get a lot of errors, and I cannot do this.
source
share