Feb 21, 2009

OpenCV in action on iPhone Simulator

I've made a short screencast for iPhone face detection application that uses OpenCV framework (see this post on how to build OpenCV for iPhone). Application is pretty basic, it uses OpenCV to find faces in given JPEG file and prints detection time. Hi-res version of screencast (in QuickTime format) is available on Mediafire

Feb 20, 2009

Universal i386/arm OpenCV framework for iPhone

I've managed to make working script to create universal OpenCV framework for i386/arm.
It's based on information from here and make_frameworks.sh script by Mark Asbach (here).
I've fixed linking errors that caused LambdaJive script to fail during ARM framework generation + fixed some issues I encountered using OpenCV framework on iPhone Simulator.