That logic puzzle would take me mere minutes to crack.
Ditto for the curved text.
The 3d one is the only real challenge but it too has its flaws.
The logic puzzle's flaw is how it tells the user which ones are the code.
Green circle with a white number in it? Thats a pushover. There is nothing like that green in the image.
Even with random colours it would take 30 seconds longer to code a workaround.
The curved text is way too easy. Find two straight lines close to each other and assume that they are parallel.
Use some maths to unwarp based on that assumption.
The 3d one's flaw is that its a nice smooth gradient but the letters disrupt it.
Its easy to find the edges of the 3d bit and unrotate it.
Then all you have to do is compare a proper gradient with the unrotated result and 'plot' the disruptions.
It stands out like a sore thumb and very easy for standard OCR to read after the disruptions are highlighted on a new image.
New CAPTCHA
Forum rules
Discuss features as they are added to the new version. Give us your feedback. Don't post bug reports, feature requests, support questions or suggestions here. Feature requests are closed.
Discuss features as they are added to the new version. Give us your feedback. Don't post bug reports, feature requests, support questions or suggestions here. Feature requests are closed.
- Cheater512
- Registered User
- Posts: 245
- Joined: Thu Mar 23, 2006 1:29 am
- Location: Brisbane, Australia
- Contact:
-
- Registered User
- Posts: 198
- Joined: Fri Jan 02, 2004 3:44 pm
- Location: United Kingdom
- Contact:
Re: New CAPTCHA
If it didn't tell the user which ones are in the code, it would be impossible to solve, no?Cheater512 wrote: The logic puzzle's flaw is how it tells the user which ones are the code.
Green circle with a white number in it? Thats a pushover. There is nothing like that green in the image.
Even with random colours it would take 30 seconds longer to code a workaround.
Can you back this up with any kind of concept code?
Again, any kind of concept? I've tried exactly what you detail here, but the biggest problem has been that you can't edge find on the 3D. You end up with either not enough edges, or too many.The 3d one's flaw is that its a nice smooth gradient but the letters disrupt it.
Its easy to find the edges of the 3d bit and unrotate it.
Then all you have to do is compare a proper gradient with the unrotated result and 'plot' the disruptions.
It stands out like a sore thumb and very easy for standard OCR to read after the disruptions are highlighted on a new image.
NeoThermic
phpBB release date pool!
The NeoThermic.com... a well of information. Ask me for the bit bucket so you can drink its goodness. ||新熱です
The NeoThermic.com... a well of information. Ask me for the bit bucket so you can drink its goodness. ||新熱です
Re: New CAPTCHA
I had a nearly same idea some minutes ago, _before_ reading your post... here are a few of my suggestions. Feel free to add noise, shadows and all the other nasty stuff 8)Xore wrote:![]()
Another one is coming in a minute...
Bálint
- Attachments
-
- Begin where the dot is and follow the line to the arrow. Just type in the letters on the way.
- c1_balint.jpg (14.32 KiB) Viewed 8398 times
-
- Follow the arrows from left to right and type only the characters on the way
- c2_balint.jpg (8.05 KiB) Viewed 8398 times
-
- Just type in the characters with triangels around them (from left to right)
- c3_balint.jpg (9.43 KiB) Viewed 8399 times
I am free because I know that I alone am morally responsible for everything I do.
Robert A. Heinlein
Robert A. Heinlein
Re: New CAPTCHA
Here's the last one...
Flame or OCR please *g*
Bálint
Flame or OCR please *g*
Bálint
- Attachments
-
- Just type in the significantly bigger characters (from left to right) - of course this could be done other way round
- c4_balint.jpg (9.13 KiB) Viewed 8278 times
I am free because I know that I alone am morally responsible for everything I do.
Robert A. Heinlein
Robert A. Heinlein
-
- Registered User
- Posts: 161
- Joined: Tue Feb 28, 2006 6:13 pm
Re: New CAPTCHA
See this is the thing with the 3D ones. There isnt accually any letters in the images. It is a 2D images with some disruptions in the pattern, but through the magic of the human mind, we can decipher it as a 3D object, even though its not. Computers however have quite a bit more trouble doing what takes our brains a mere second.
Dont think so? Please, you and the other 0 people that have cracked a decent 3D CAPTCHA prove me wrong.
Dont think so? Please, you and the other 0 people that have cracked a decent 3D CAPTCHA prove me wrong.
Re: New CAPTCHA
Had a little go at cracking this baby.. This is the product of around 20 lines of code..Lieutenant Clone wrote: There is one called tEABAG_3D that looks promising (its a whole series accually)
http://www.ocr-research.org.ua/_teabag101.php (autogenerated, refresh page)
- very easily readable for being 3D (I can read them all easily and fast)
My other attempts are not as successful and require slight adjustments, but im sure a bit of sampling of the image will be able to make those changes.. I dont know if this would successfully go through an OCR program, I am guessing someone else can hazard a guess on this one, I think that i am probably experiencing the same problem as Neo that I am getting far too much..
Yawnster
Last edited by Yawnster on Thu May 25, 2006 2:59 pm, edited 1 time in total.
-
- Registered User
- Posts: 161
- Joined: Tue Feb 28, 2006 6:13 pm
Re: New CAPTCHA
and how well does the computer pick up that as a 'w'?
hmmm interesting at any rate....
Im sticking with the third one I posted then
(care to try and crack it?)
hmmm interesting at any rate....
Im sticking with the third one I posted then
Re: New CAPTCHA
Not now, I find it rather pointless to break a single image, a bit of rooting around the site reveals that the image you have produced is the only one of this kind, no biggie, but I will give it a go once a live one is done, thus it will actually be broken and not just image matched...Lieutenant Clone wrote: and how well does the computer pick up that as a 'w'?
hmmm interesting at any rate....
Im sticking with the third one I posted then(care to try and crack it?)
The one above is by no means comprehensive, far from it, im just showing that the edges can be found, but their clarity is questionable..
Yawnster
- Cheater512
- Registered User
- Posts: 245
- Joined: Thu Mar 23, 2006 1:29 am
- Location: Brisbane, Australia
- Contact:
Re: New CAPTCHA
lol. Thats the problem with logic puzzles. Trying to tell the human what to do without letting the computer find out how to do it too.NeoThermic wrote: If it didn't tell the user which ones are in the code, it would be impossible to solve, no?
You dont edge find at all. You basically do a diff between a proper gradient and that and then do a edge find on the result.NeoThermic wrote: Again, any kind of concept? I've tried exactly what you detail here, but the biggest problem has been that you can't edge find on the 3D. You end up with either not enough edges, or too many.
It should highlight the letters rather nicely.
A bit more trouble yes but if you derive a image with just those disruptions in it and not the rest and unrotate it it wont be too difficult for a computer to crack.NeoThermic wrote: See this is the thing with the 3D ones. There isnt accually any letters in the images. It is a 2D images with some disruptions in the pattern, but through the magic of the human mind, we can decipher it as a 3D object, even though its not. Computers however have quite a bit more trouble doing what takes our brains a mere second.
If I'm bored I'll whip some up today.NeoThermic wrote: Can you back this up with any kind of concept code?
Re: New CAPTCHA
I am pretty sure Lieutenant Clone said that, not NeoThermic...Cheater512 wrote:NeoThermic wrote: See this is the thing with the 3D ones. There isnt accually any letters in the images. It is a 2D images with some disruptions in the pattern, but through the magic of the human mind, we can decipher it as a 3D object, even though its not. Computers however have quite a bit more trouble doing what takes our brains a mere second.
Freedom from fear