Sean Owen
unread,Sep 23, 2012, 3:14:15 AM9/23/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zx...@googlegroups.com
Nothing so fancy at all, it is just binarizing and reading the input data directly. You can get better performance with a smart edge detector. On a mobile device, you quickly still run into a wall of limit processing time. If looking for several formats, anything needs to take under, say, 50ms, which isn't often enough time to do something like a general Hough transform. You can send to a server, but the round trip time (not to mention connectivity issue) is large. These are the right ideas for a research paper or desktop algorithm, and I bet one can be made fast for runtime. as-is, they usually aren't directly suitable.