LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Blur all human faces in photos? (https://www.linuxquestions.org/questions/linux-software-2/blur-all-human-faces-in-photos-4175490721/)

Guttorm 01-09-2014 12:46 PM

Blur all human faces in photos?
 
Hello

I am looking for a program that can detect human faces in photos and blur them so people can't recognize them. The purpose is to run a filter on a lot of street photos before it's put on the internet. Anyone seen a program like that? Or maybe I just don't know the word to search for?

linosaurusroot 01-10-2014 09:14 AM

You could ask about this on Google+ where most of the active people work for Google and some of them know all about this.

John VV 01-10-2014 06:56 PM

have a look at OpenCV and the VTK project

opencv can look for a area that "might" be a face then blur it

but
you will need to code it

Guttorm 01-13-2014 12:20 PM

Thanks!

Adding opencv to the search, I found this:

http://stackoverflow.com/questions/1...-to-blur-faces

Guttorm 01-17-2014 10:26 AM

It works, kind of. But if fails to blur faces at certain distances and also people looking sideways. I think the xml file needs tweaking so can detect only "half a face" and people a bit far away. I will have to study opencv a lot to do it. So I'm not marking this thread solved, I'm still looking for a better solution.

jamison20000e 01-17-2014 11:47 AM

Hi. Sounds like a difficult task unless you do it manually with the Gimp's blur tool could look into:
http://blog.mashape.com/post/5337941...cognition-apis
http://www.facedetection.com/
http://en.wikipedia.org/wiki/Face_detection
http://www.luxand.com/
FaceSDK...
best wishes and have fun. :)


All times are GMT -5. The time now is 01:17 AM.