@Sunama:
Actually, if truth be told, the only interest at all in this idea that's been generated (and I've discussed it in several "high traffic" areas) has been here. Nobody else seems to be interested at all in it. That doesn't mean that I won't keep trying, though.
As to the artwork, for now I'll either keep at it by myself, or find someone willing to provide a small number of "pencil sketch" line art drawings of men and women (that's the only part I can't handle - the rest shouldn't be difficult) for a small fee, with a "bonus" if I either sell the idea, or can set up the means to license it out myself.
@Freddy:
Just like almost all other CAPTCHA's, the user gets only one shot at a particular image. Failure generates a new image to decipher. What makes the procedure more difficult involves the form the CAPTCHA sits in. In the example form I linked to, take a look at the source, then refresh the page and look at the source again. The input field where you type in the answer has a different name each time. Any script that tries to constantly send the same data will fail the second time (the field named 'honeypot', which
seems to hold the answer field's name is just that; a honey pot. It's a red herring, designed to fool scripts), and any subsequent times, since the field's name is generated in the form's PHP code, and passed to the target script by other means. That form name is also compared to the previously used name, and if the same, triggers the bot detection script. Also, since it takes most bot scripts mere fractions of a second to fill out and submit a form, I've included a timeout value that HAS to expire, or the bot detection script is activated. I'm also working on adding in a "no hotlinking" feature to the CAPTCHA images (without using .htaccess, since my hosting provider won't allow those files) to ensure further that the CAPTCHA images are only visible within the form pages that call them. In total, this should considerably increase the difficulty of "cracking" the CAPTCHA, even (and especially) from those sites that "farm out" CAPTCHA's to other humans to solve.
@Bragi:
How do you mean, Jan? Are you referring to object detection, or something else altogether?