-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
emoji paint #28
Comments
So, this works in Firefox at least. The only question is how to do the pixel classification / search in # 2.
|
emojiStringToArray = (str) ->
split = str.split(/([\uD800-\uDBFF][\uDC00-\uDFFF])/);
arr = []
for char in split
unless char is ""
arr.push char
return arr Needed because |
😍 To use JSFeat to extract (and cache) features from each emoji and compare that with a random square from original image? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🌚🌘🌗🌖🌝🌔🌓🌒🌚
🌞🌞🌞🌞🌞🌞🌞🌞🌞🌞
🌞🌚🌚🌚🌚🌚🌚🌚🌚🌚
🌞🌚🌞🌞🌞🌞🌞🌞🌞🌚
🌞🌚🌞🌚🌚🌚🌚🌚🌞🌚
🌞🌚🌞🌚🌞🌞🌞🌚🌞🌚
🌞🌚🌞🌚🌚🌚🌞🌚🌞🌚
🌞🌚🌞🌞🌞🌞🌞🌚🌞🌚
🌞🌚🌚🌚🌚🌚🌚🌚🌞🌚
🌞🌞🌞🌞🌞🌞🌞🌞🌞🌚
🌚🌚🌚🌚🌚🌚🌚🌚🌚🌚
At the risk of taking the emoji thing too far...
How hard would it be to analyze the pixels in a set of emoji and make some kind of data structure that we could search to find a closest match? Then we could make a graph that
I'd be interested to see how it would look, choosing different palettes of emoji, etc.
The text was updated successfully, but these errors were encountered: