Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Divide an image into a list of colored polygons centered around the origin
ResourceFunction["ImageRadialDivide"][img] divides the image img into polygons centered around the origin. |
Radially divide an image into a list of colored polygons:
| In[1]:= |
| Out[1]= | ![]() |
The output of the function is a list of colored polygons:
| In[2]:= |
| In[3]:= |
| Out[3]= | ![]() |
| In[4]:= |
| Out[4]= |
The function operates best on circular images such as logos and the like:
| In[5]:= |
| In[6]:= |
| Out[6]= | ![]() |
Here is an example of a conical mirror anamorphic function operating on the vertices of an image that was divided into squares:
| In[7]:= |
| In[8]:= |
| Out[8]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License