From 02788eb32e98db03d3f4f98368342d1817dd83bc Mon Sep 17 00:00:00 2001 From: Alexander Mordvintsev Date: Sat, 27 Aug 2011 13:43:32 +0000 Subject: [PATCH] camshift.py description --- samples/python2/camshift.py | 33 +++++++++++++++++++++++---------- samples/python2/demo.py | 4 ++-- 2 files changed, 25 insertions(+), 12 deletions(-) diff --git a/samples/python2/camshift.py b/samples/python2/camshift.py index 1b4a678bd5..1973bb8310 100644 --- a/samples/python2/camshift.py +++ b/samples/python2/camshift.py @@ -1,16 +1,29 @@ +''' +Camshift tracker +================ + +This is a demo that shows mean-shift based tracking +You select a color objects such as your face and it tracks it. +This reads from video camera (0 by default, or the camera number the user enters) + +http://www.robinhewitt.com/research/track/camshift.html + +Usage: +------ + camshift.py [