Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Blur the background of an image
ResourceFunction["BlurBackground"][image] returns image with a blurred background. | |
ResourceFunction["BlurBackground"][image,rad] returns image with a background blurred over the pixel radius rad. | |
ResourceFunction["BlurBackground"][image,rad,model] uses foreground or background model specification. |
Blur the background of an image :
In[1]:= |
Out[1]= |
Specify the amount of blurring:
In[2]:= |
Out[2]= |
Create a slider to control the amount of blurring:
In[3]:= |
Out[3]= |
Specify the colour and threshold of the background:
In[4]:= |
Out[4]= |
Specify a marker for detecting the background:
In[5]:= |
Out[5]= |
Specify markers using a list of coordinates:
In[6]:= |
Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License