======================================== Tracking and blurring someone's face ======================================== .. raw:: html
First we will need to track the face, i.e. to get two functions ``fx`` and ``fy`` such that ``(fx(t),fy(t))`` gives the position of the center of the head at time ``t``. This will be easily done with `manual_tracking`. Then we will need to blur the area of the video around the center of the head. .. literalinclude:: ../../examples/headblur.py