of - SSIP 2003 --------------------------- Team D. Introduction: The most important part of the project. It computes the optical flow from the image sequences. Usage: of.exe first_seqence last_sequence first_background last_background first_seqence last_sequence : the name of the files are ssip-x.pgm where x is the number of the files in the sequence. first_background last_background : the program can learn the background. You give two numbers and it learn between the two frames. 4example: of.exe 0 100 0 20 This mean that the firs 100 files in the sequence are computed and the background is learned form the first 20 files.