CS 5500 Assignment #9 Assigned: Thursday, 28 March 2013 Due: Tuesday, 16 April 2013 Working in the instructor-approved teams, complete the semester project. The specifications and restrictions for your semester project are the same as for assignment 7. Your software must include a README file (which *must* be in UTF-8 plain text, and must be named README) that 1. lists all members of your team, 2. gives the preferred email address(es) for contacting your team, and 3. tells the grader(s) how your team's software can be compiled and run on any CCIS Linux machine in the main lab. All of the files necessary to construct and to run your software must be combined into a gzip'ed tar file whose name ends in tar.gz. Submit that gzip'ed tar file before 10pm on the date it is due using the submit script that's described at the course assignments page: http://www.ccs.neu.edu/course/cs5500f12/assignments.html Your software will be graded on these criteria: 1. the readability and quality of the instructions and documentation in your README file, 2. the ease of constructing and running your software on CCIS Linux machines, 3. your software's correctness with respect to parsing correct command lines producing correct output not producing extraneous output not attempting to create files outside of /tmp 4. your software's accuracy with respect to matching pattern images with their original source images the location of that match within the source image the size of that subimage within the source image 5. your software's robustness with respect to recognizing matches despite lossy transformations recognizing matches despite rescaling error conditions 6. your software's efficiency with respect to run time 7. and the readability of your source code. --------------------------------------------------