diff --git a/samples/python2/camshift.py b/samples/python2/camshift.py index 1b4a678bd..1973bb831 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 [