Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 373 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 373 Bytes

OpenCVForMac

opencv demo on Mac OSX using xcode

How to install opencv on Mac

see http://www.cnblogs.com/linjk/p/6029306.html simply run brew install opencv brew would automatically install opencv under /usr/local/Cellar then build a command line project use xcode, config header path and lib path, and add dylibs and c++ libs to frameworks the initiation is done.