Search found 4 matches

by yong321
2011-08-31T07:08:16-07:00
Forum: Users
Topic: Can ImageMagick do first part of OCR?
Replies: 9
Views: 15141

Re: Can ImageMagick do first part of OCR?

I posted the image at
http://yong321.freeshell.org/temp/4E5D_yong3.gif

It's a resize but it also squeezes the image thinner. A human can identify it with 4E5D.gif and I hope some software can too.

I'll do some reading on Fourier Descriptors. Found your reply to a similar request
http://www ...
by yong321
2011-08-30T21:42:05-07:00
Forum: Users
Topic: Can ImageMagick do first part of OCR?
Replies: 9
Views: 15141

Re: Can ImageMagick do first part of OCR?

I tested fmw42's advice and used rmse metric (4E5D_yong3.gif is the same as 4E5D_yong.png except it was resized):

C:\temp>compare -metric rmse 4E5D_yong3.gif 4E5D.gif null:
58.5 (0.229412)

C:\temp>compare -metric rmse 4E5D_yong3.gif 4E5C.gif null:
60.5834 (0.237582)

Ideally, I would like to see ...
by yong321
2011-08-30T13:11:59-07:00
Forum: Users
Topic: Can ImageMagick do first part of OCR?
Replies: 9
Views: 15141

Re: Can ImageMagick do first part of OCR?

I resized one to be the same as the other. "compare" generates a new image that pretty much looks like one of the two. What I would like the result to be is something like a report "The outlines in the two images are xxx percent similar", instead of (apparently) an image as a result of pixel-by ...
by yong321
2011-08-29T09:49:33-07:00
Forum: Users
Topic: Can ImageMagick do first part of OCR?
Replies: 9
Views: 15141

Can ImageMagick do first part of OCR?

I'm looking for a program to compare simple line art-style images. For example, the program should tell me
http://www.zdic.net/pic/zy/xz2/4E5D.gif
and
http://yong321.freeshell.org/temp/4E5D_yong.PNG
are very similar (regardless image size), and both are very different from
http://www.zdic.net/pic/zy ...