opencv for ios
build
http://www.onevcat.com/2012/03/opencv-build-and-config/
mac下不好使啊
没通过
git:
https://github.com/aptogo/OpenCVForiPhone
demo:
http://www.cocoachina.com/bbs/simple/?t134300.html
simple:
http://opencv.org/opencv-for-ios-samples.html
https://github.com/Itseez/opencv_for_ios_book_samples
hello:
http://docs.opencv.org/doc/tutorials/ios/hello/hello.html
没看完,安装不上
http://www.devtang.com/blog/2012/10/27/use-opencv-in-ios/
download:
http://sourceforge.net/projects/opencvlibrary/files/
尝试不可用的
brew install opencv
不行
参考http://www.cnblogs.com/sook/archive/2013/08/15/3259317.html
在mac下编译用这个
[color=red]http://blog.csdn.net/china_lzn/article/details/8363660[/color]
build
http://www.onevcat.com/2012/03/opencv-build-and-config/
mac下不好使啊
没通过
git:
https://github.com/aptogo/OpenCVForiPhone
demo:
http://www.cocoachina.com/bbs/simple/?t134300.html
simple:
http://opencv.org/opencv-for-ios-samples.html
https://github.com/Itseez/opencv_for_ios_book_samples
hello:
http://docs.opencv.org/doc/tutorials/ios/hello/hello.html
没看完,安装不上
http://www.devtang.com/blog/2012/10/27/use-opencv-in-ios/
download:
http://sourceforge.net/projects/opencvlibrary/files/
尝试不可用的
brew install opencv
不行
参考http://www.cnblogs.com/sook/archive/2013/08/15/3259317.html
mac下配置openCV
预备工作:
1.下载Homebrew 在Terminal中输入:
ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"
2.安装cmake 在Terminal中输入:
brew install cmake
开始安装opneCV
3.安装openCV 在Terminal中输入:
brew install opencv
如果出现
Error: No available formula for opencv
在输入brew install opencv前 先输入
brew tap homebrew/science
检查 Xcode->Preference->Downloads 下载Command Line Tools
4.剩余步骤见http://blog.csdn.net/china_lzn/article/details/8363660
在mac下编译用这个
[color=red]http://blog.csdn.net/china_lzn/article/details/8363660[/color]