Viewing profile — quirm
quirm
HN member- Joined
- Sun, Jan 20, 2013, 1:40 AM UTC
- HN karma
- 6
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About quirm
No profile information was provided.
Recent public activity
-
comment
Comment #5155091
and for the very curious, my bachelor thesis is on shapecatcher, http://shapecatcher.com/B_Milde%20-%20On%20The%20Security%20... There is a whole chapter on shape contexts in it, w…
-
comment
Comment #5155074
I think there is away to not host images - I could just record strokes and play that back with js.
-
comment
Comment #5155072
Right. Hiragana and Katakana ist trivial (just a couple of characters), but no support for Kanjis currently
-
comment
Comment #5152965
1) it does count edge pixels - recognition is based on the shape of what you draw, so for the algorithm, a black picture is like a white one (but I admire your endurance to paint i…
-
comment
Comment #5151692
You have to draw the snowflakes
-
comment
Comment #5151686
There is a prior probability in the results - but it's hard to balance it so that latin characters don't dominate the results if you search something else. That is why I opted for …
-
comment
Comment #5151653
I was working on this last weekend - sorry I didn't know someone would post this is again to ycombinator ;)
-
comment
Comment #5151640
Exactly, this is why priors for latin alpha characters are not set that high - you have them on your keyboard already.
-
comment
Comment #5085610
I would like to compile it on my own with emscripten. Did you use emconfigure or did you write you own compilation script? Couldn't find any pointers to that in the Git, but maybe …