DESCRIPTION:
INSTALLATION GUIDE:
- Write description and installation guide
- Make an overlay that will put bounding boxes around faces with the ability to add names/classes underneath the bounding box
- Make the recognition process happen in a concurrent loop
- Implement more algorithms - fisherfaces, lbp, modular pca.
- Make the application wait between it's recognition processes
- write a little algorithm to basically guess if a new bounding box is likely to be the same face as the last one. Basically this should just say if the box is a similar size and in a similar location it is likely to be the same person. With this, the application then would need a verificaition process every so many seconds.
- Change the training to use incremental training
- Give the application 2 icons, RCamera & RConfig
- Implement a face database viewer and the ability to add people/faces
- Draw some custom icons to use for the app.
- Add options menus
- Make it so you can change the orientation.