Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
quirm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
quirm
14y ago
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, which I use with shapecatcher, too.
2.
▲
by
quirm
14y ago
I think there is away to not host images - I could just record strokes and play that back with js.
3.
▲
by
quirm
14y ago
Right. Hiragana and Katakana ist trivial (just a couple of characters), but no support for Kanjis currently
4.
▲
by
quirm
14y ago
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 it all black) 2) server is under heavy load atm, it might dro
5.
▲
by
quirm
14y ago
You have to draw the snowflakes
6.
▲
by
quirm
14y ago
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 the way it is now - this is a tool to find unicode character
7.
▲
by
quirm
14y ago
I was working on this last weekend - sorry I didn't know someone would post this is again to ycombinator ;)
8.
▲
by
quirm
14y ago
Exactly, this is why priors for latin alpha characters are not set that high - you have them on your keyboard already.
9.
▲
by
quirm
14y ago
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 I didn't look around long enough to find it. How did you de