Based on @iwazer's MotionCV gem
This project is a simple iPad app that allows you to play with the OpenCV functions in realtime. You can adjust each function parameter before using it in your code.
git submodule update --init
cd vendor/opencv
rake build
cd ../..
rake
Lots of OpenCV functions to add.