I have still images captured over the course of one night by a webcam. The majority are identical, since the lighting in the images is uniform. However, some are significantly different from the rest - they have visible human movement through the frame.
How can I detect which of the images are significantly distinct, so that the movement will be included in them? Better yet, is there a way of specifically detecting motion?
I'm guessing that a library like OpenCV or SimpleCV can accomplish this easily, but I'm not limited to using those ones.