using OpenCV in iOS

Now the time is 2013/03/24,so the code is newest,and we don't like before to build the source code and get the static library,we only need to download the opencv2.framework(current version is 2.4.4),and then add them to your project.

Then there are some issue need to set in the project:

1) in you project's pre-complier head file,and the code like this before the #ifdef __OBJC__

#ifdef __cplusplus

#import <opencv2/opencv.hpp>

#endif

2) add the #import code in the file you use opencv

3) don't need to change the build settings,if you read the the article:http://blog.devtang.com/blog/2012/10/27/use-opencv-in-ios/,you maybe want to change the build setting of complier.now I told you,it is not needed.

4) change the .m file's extension using opencv code to .mm extension.This is for the Objec & C++ complier,you can get many article to said this issue,I won't to said again.

any issue please let me know~

Thanks,

Blues

转载于:https://my.oschina.net/u/913344/blog/116575

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值