摘要:
headlinesarticlesabout+contactUsing OpenCV on iPhonePosted by Yoshimasa Niwa on 03/14, 2009OpenCV is a library of computer vision developed by Intel, we can easily detect faces using this library for example. I’d note how to use it with iOS SDK, including the building scripts and a demo application. 阅读全文
posted @ 2012-03-04 16:25
知识天地
阅读(5344)
评论(0)
推荐(0)
摘要:
2010-11-04 12:18:11|分类:iOS 应用开发|字号订阅neogui2008-09-01 15:57Q: 如何在XCode中使用gcc编译生成的.a库文件?1. 把你的.a文件添加到^projectName下的任意一個組里(例如默認的Classes組)。2. 找到Target > ^targetName,在這個^targetName下會有Link Binary With Libraries。把你已經在某組里的那個.a文件拖到Link Binary With Libraries這個Build Phase中。(也可能同時也要添加到某個Copy的Build Phase中...) 阅读全文
posted @ 2012-03-04 16:11
知识天地
阅读(5316)
评论(0)
推荐(0)