Friend of mine has a project on object recognition, running, for example, a football match and being able to locate the ball at every point of the match. Having 2 GUIs one for the input and the other for the output so one can see the whole video and then locate the ball. The draw back to this is that the video camera is being moved around. So she needs to make one that just focuses on one point, hopefully the whole field at once all the time.. but the program is to be applied to every thing but she is just using sports to illustrate the program.
She has done some work so far but her supervisor is suggesting she uses another application – apart from football to demonstrate the use of her code (apparently football is kinda cliché). So far her code basically screens out circular images. its not perfect but she is working on it. so the issue is coming up with another application that requires edge filtering of circular objects
Any other ideas out there?