Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Occlude all human faces in a given image
ResourceFunction["OccludeFaces"][image] blurs all the human faces found in the image. | |
ResourceFunction["OccludeFaces"][image,type] occludes all the faces with an occlusion of a given type. |
Blur all the faces in an image:
In[1]:= | ![]() |
Out[2]= | ![]() |
Occlude faces in an image with a specific color rectangle:
In[3]:= | ![]() |
Out[3]= | ![]() |
Occlude faces in an image with a random pixel noise:
In[4]:= | ![]() |
Out[4]= | ![]() |
OccludeFaces feeds all valid options to FindFaces:
In[5]:= | ![]() |
Out[6]= | ![]() |
Change the strength of the blur:
In[7]:= | ![]() |
Out[7]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License