Skip to content
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

Face Detection #147

Open
jokull opened this issue Sep 7, 2013 · 2 comments
Open

Face Detection #147

jokull opened this issue Sep 7, 2013 · 2 comments

Comments

@jokull
Copy link
Contributor

jokull commented Sep 7, 2013

Has anyone implemented face or object detection on top of Wand? I would like the ability to create thumbnails where an area of interest is included. Thumbor has a nice description of how this works (Thumbor is based on PIL, but object detection is done by OpenCV).

@dahlia
Copy link
Collaborator

dahlia commented Sep 7, 2013

Although I think facial detection is closer to computer vision than image processing, it would be great if Wand provides it. I will look into this later.

@emcconville
Copy link
Owner

The only CV that ImageMagick supports is Hough-Line, & Canny edge detection algorithms. I don't think Face Detection is realistic for this module. Perhaps if there's a wand.contrib sub-module that would allow community members to offer solutions to real-world problems (like how Flask manages non-core features).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants