I am doing a project on automated power management. My idea is to use a web cam which takes images at regular images and finds out if the room is empty or filled.
Now my idea is that the first image will be of an empty room and there will be a software which will compare the consecutive images with this as base and infer whether the room is empty or not.
I thought pattern recognition would be apt. The software would match the patterns of both images (converted in to binary threshold images probably, its just what I thought) and detect accordingly.
First please tell me if its right (as in is pattern recognition the right step). Secondly, I want to know how to get started on this one