Introduction - If you have any usage issues, please Google them yourself
		 
The "src" folder contains all of the source code.
To run the program, follow these simple steps:
1. Start MATLAB and ensure the "src" folder is your current working
 directory.
2. Edit "bs.m" and "classify.m" so that the file paths point to the
 proper directories as specified.
3. In the MATLAB environment type "bs" which will train the background
 model from the sequence you specified in (2).
4. In the MATLAB environment type "classify" which will classify the
 sequence of images you specified in (2).
5. Now the classified images should be saved to disk in the folder you
 specified in (2).