cfcFaint: 0.8
February 8, 2010 2 Comments

ColdFusion
Just a small update. I’ve added support for changing the scan window size which is used to adjust the number of faces detected (not recognised).
Also, the example files now show the best way to handle matches and letting the user save them. Originally I had to save all matches to the faint database with temporary unique ID’s. This wasn’t idea so I then tryed serialising the matches, which worked until you tried matching new faces against those. Finally I decided on storing the matches in the session.
If anyone has given this a go, let me know what you think. I’m open to any suggestions or contributions about cleaning up the code or improving the example application.
The updated file should be available from the RiaForge site:


Found something extremely useful and want to thank me with more than just words?
ClassName de.offis.faint.controller.MainController
Detail : Class not found: de.offis.faint.controller.MainController
ErrorMessage : de.offis.faint.controller.MainController
Message : Object Instantiation Exception.
Seems faint.jar is updated..
Not sure on this, haven’t touched this code since I posted about it really. I hit a block end with the fact that faint was only allowing a single database for a whole CF instance, made it useless for my usage as I needed multiple databases. Where did you get the Faint.jar from? Checked the sourceforge site and it hasn’t updated since 2007 (1.3)