开发者

iPhone Photo/Pattern Recognition

开发者 https://www.devze.com 2022-12-19 10:27 出处:网络
Does anyone know of a good starting point to look into pattern and/or photo recognition development for the iPhone? I开发者_运维百科n searching for it, I can only find examples of existing application

Does anyone know of a good starting point to look into pattern and/or photo recognition development for the iPhone? I开发者_运维百科n searching for it, I can only find examples of existing applications, but I would like to start developing one myself.


O'Reilly came out with a book about the OpenCV project recently.

OpenCV is a computer vision library originally developed by Intel. It is free for use under the open source BSD license. The library is cross-platform. It focuses mainly on real-time image processing, as such, if it finds Intel's Integrated Performance Primitives on the system, it will use these commercial optimized routines to accelerate itself.

It is all in C but that should be no problem to call from Objective-C. There are also iPhone port of the OpenCV library available.

0

精彩评论

暂无评论...
验证码 换一张
取 消