site2site / Studio-Xoup

An online infrastructure to stitch the Studio-X Global Network sites together into a single global interior through selective sharing in and with the public.
MIT License
1 stars 2 forks source link

facial recognition #15

Open troyth opened 10 years ago

troyth commented 10 years ago

Use node-opencv to figure out how to do facial recognition, then use image magick to place an X on people's faces in the circular posts.

Talk with @warshawshaw on how to set up Open CV and how it works.

jstoddart commented 10 years ago

@warshawshaw Let me know if you have some time to briefly sit down and go through your code from Session A - it would be helpful to get up a leg-up on implementing OpenCV in Node.js

(sorry for any redundancy with email - I've been having issues emailing columbia.edu addresses, and I didn't know if it made it to you)

jstoddart commented 10 years ago

@troyth I'm assuming all of this will be done through Node versions of OpenCV and ImageMagick

I'm guessing this is the right one for OpenCV --> here based on popularity, but there seem to be a lot of options for ImageMagick node bindings... do you have a particular one you prefer/have used before?

warshawshaw commented 10 years ago

For sure, it was really really basic. Is after the lecture tomorrow a good time?

On Nov 5, 2013, at 5:04 PM, Jim notifications@github.com wrote:

@warshawshaw Let me know if you have some time to briefly sit down and go through your code from Session A - it would be helpful to get up a leg-up on implementing OpenCV in Node.js

(sorry for any redundancy with email - I've been having issues emailing columbia.edu addresses, and I didn't know if it made it to you)

— Reply to this email directly or view it on GitHub.

jstoddart commented 10 years ago

@warshawshaw That sounds good to me - I can do either Avery or your basement / NYP dungeon hideout

troyth commented 10 years ago

@jstoddart yup, that's the opencv binding for node. Rather than Image Magick, for node you want Graphics Magick, which is a port of IM, but has a more robust JS binding: http://aheckmann.github.io/gm/

On Tue, Nov 5, 2013 at 7:57 PM, Jim notifications@github.com wrote:

@warshawshaw https://github.com/warshawshaw That sounds good to me - I can do either Avery or your basement / NYP dungeon hideout

— Reply to this email directly or view it on GitHubhttps://github.com/site2site/Studio-Xoup/issues/15#issuecomment-27829394 .

Troy Conrad Therrien @troytherrien +1 (646) 831-6034

warshawshaw commented 10 years ago

avery's probably less depressing

On Tue, Nov 5, 2013 at 7:57 PM, Jim notifications@github.com wrote:

@warshawshaw https://github.com/warshawshaw That sounds good to me - I can do either Avery or your basement / NYP dungeon hideout

— Reply to this email directly or view it on GitHubhttps://github.com/site2site/Studio-Xoup/issues/15#issuecomment-27829394 .

jstoddart commented 10 years ago

having taken studios in both locations, I can confirm that as a fact

jstoddart commented 10 years ago

@troyth thanks!