简体   繁体   English

OpenCV iOS和64位架构

[英]OpenCV iOS and 64bit architecture

I have my iOS project where I included opencv2 iOS project. 我有我的iOS项目,其中包括opencv2 iOS项目。

When I tried to compile for iPhone 64bit (iPhone 5s) I had some linker errors. 当我尝试为iPhone 64bit(iPhone 5s)编译时,我遇到了一些链接器错误。

Now I included into my project this version of opencv2 library as done in this project 现在,我将这个版本的opencv2库包含在我的项目中

iPhone OCR Tesseract and OpenCV iPhone OCR Tesseract和OpenCV

and I setted 我定了

$(ARCHS_STANDARD_32_BIT) as Architectures $(ARCHS_STANDARD_32_BIT)作为Architectures

Is correct this way to solve my problem? 这样解决我的问题是正确的吗?

If it still helps the 25th April 2014 version of OpenCV (2.4.9) includes the 64-bit libraries. 如果它仍然有助于2014年4月25日的OpenCV版本(2.4.9)包括64位库。 If you grab it then you should be able to build with no problems on the iPhone 5s. 如果你抓住它,那么你应该能够在iPhone 5s上构建没有任何问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM