OpenCV + iOS tutorial

A short post to let you know about this interesting initiative from the blog Computer Vision Talks.

The blogger (and augmented reality software developer) Eugene Khvedchenya has started a tutorial series on using OpenCV in the iOS world. This is really useful, since it can be problematic to make both worlds work together. Furthermore, CV and Image Processing people are usually not really aware of software design issues, and developing nice iOS demos of our cool algorithms can be a really painful process without this knowledge.

The code can be cloned from github . I have already forked the repo and implemented TV minimization with FISTA ;-)

If you are interested by a more in-depth coverage of this topic, Eugene is a co-author of a book called OpenCV 2 Hotshot, about Augmented Reality, Computer Vision and the iOS platform. A preview of the book (expected to be complete in October 2012) can be found here.

Related