migurski / paperwalking
- Source
- Commits
- Network (13)
- Issues (24)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Michal Migurski (author)
Wed Dec 02 13:08:36 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
README | Wed Jun 03 23:17:04 -0700 2009 | |
| |
decoder/ | Tue Nov 24 09:45:56 -0800 2009 | |
| |
site/ | Wed Dec 02 13:08:36 -0800 2009 |
README
Paperwalking is the codebase behind http://walking-papers.org. There are two main components here. 1. Site The user-facing website is written in PHP and MySQL, and has been developed to work adequately well in a commodity shared hosting environment, such as the Pair.com "webmaster" account I use to host Walking Papers. 2. Decoder The ugly math bits are done in an offline process that consumes a queue of freshly-scanned images from the main site, runs them through the image-recognition algorithm, and posts back georectified image tiles for editing. You can run a bunch of these in parallel to make jobs go faster, and they should be percetly fine on small EC2 instances or a box plugged into plain old residential DSL. It's worth mentioning that the image recognition part of the work relies on a NON-FREE, PATENTED ALGORITHM called SIFT: http://en.wikipedia.org/wiki/Scale-invariant_feature_transform
