This is a demo of some object and face tracking I did with Matlab and an Arduino.
Code example: https://github.com/PatrickSuhm/FaceTrackingMatlabArduino The used algorithms are: KLT-Tracker, Viola-Jones object detection framework and a color segmentation algorithm that I thought of myself.