iPhone and OpenCV

2019-01-01 09:37发布

I know that OpenCV was ported to Mac OS X, however I did not find any info about a port to the iPhone.

I am not a Mac developer, so that I do not know whether a Mac OS X port is enough for the iPhone.

Does anyone know better than me?

标签: iphone opencv
13条回答
明月照影归
2楼-- · 2019-01-01 10:14

The latest build script from Computer Vision Talks works great for Xcode 4 and iOS 4.3 . I have tried the script myself and it is just awesome!

查看更多
梦醉为红颜
3楼-- · 2019-01-01 10:16

OpenCV now (since 2012) has an official port for the iPhone (iOS).

You can find all of OpenCV's releases here.

And find install instructions here:

Tutorials & introduction for the new version 3.x

查看更多
无与为乐者.
4楼-- · 2019-01-01 10:16

A project utilizing opencv on the iPhone (Lucas-Kanade optical flow to be exact). Source code available and app is on the AppStore as well -

查看更多
泛滥B
5楼-- · 2019-01-01 10:18

The following post by Yoshimasa does indeed work with I OS and the IPhone 4 and is able to access both the front and back cameras.

The link to the project is using opencv on iphone en and the sample code is at webgit and it is linked from this article. I really encourage to read the article before getting the source code.

查看更多
其实,你不懂
6楼-- · 2019-01-01 10:22

Here is opencv2.0 on iPhone iphone opencv test

查看更多
梦该遗忘
7楼-- · 2019-01-01 10:25

OpenCV is now available as a framework for iOS. Just drag and drop into your project. It supports video capture too. See the article and get the example project here: opencv framework for ios

For the sake of transparency, I wrote this article and it is hosted on my company's website.

查看更多
登录 后发表回答