Looking to blur all but facial area in video feed

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Looking to blur all but facial area in video feed

Mike Grommet
I'm quite the gstreamer newbie, but having a blast while learning.

My end goal is to create a gstreamer application that takes a video,
identifies facial regions, and blurs everything but those regions.

Kind of like the inverse of the opencv facialblur plugin

Any advice?  Or maybe someone's already done this?



_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Looking to blur all but facial area in video feed

Olivier Crête-3
On Fri, 2016-07-29 at 14:06 -0500, Mike Grommet wrote:
> I'm quite the gstreamer newbie, but having a blast while learning.
>
> My end goal is to create a gstreamer application that takes a video, 
> identifies facial regions, and blurs everything but those regions.
>
> Kind of like the inverse of the opencv facialblur plugin
>
> Any advice?  Or maybe someone's already done this?

The easiest approach is probably to take the faceblur element and
modify the code in the transform_ip function to blur everything but the
"face" areas.

--
Olivier Crête
[hidden email]
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel