DelaunayEdges-example.nb

Example Cellzilla2D notebook.

GPL License applies.
See http://xlr8r.info and http://cellzilla.info for further details.

In[1]:=

DelaunayEdges-example_1.gif

DelaunayEdges-example_2.gif

Create a tissue with a point and an edge that aren't used.

Generate a square tissue object with randomized centers

In[2]:=

DelaunayEdges-example_3.gif

Out[3]=

DelaunayEdges-example_4.gif

Find the centroids of the cells

In[4]:=

DelaunayEdges-example_5.gif

Out[4]=

DelaunayEdges-example_6.gif

Find the Delaunay Triangulation of the centroids

In[5]:=

DelaunayEdges-example_7.gif

Out[5]=

DelaunayEdges-example_8.gif

Plot the Delaunay Triangulation of the Centroids, and observe that the Delaunay of the centroids is not the same as the connectivity - there may be a msising or extra connection.

In[6]:=

DelaunayEdges-example_9.gif

In[8]:=

DelaunayEdges-example_10.gif

Out[8]=

DelaunayEdges-example_11.gif

Observe that the Voronoi of the centroids is not the same as the original tissue.

In[9]:=

DelaunayEdges-example_12.gif

In[11]:=

DelaunayEdges-example_13.gif

Out[11]=

DelaunayEdges-example_14.gif

Overlay the Voronoi Boundarys (purple, dotted) on the actual tissue

In[21]:=

DelaunayEdges-example_15.gif

Out[21]=

DelaunayEdges-example_16.gif

Spikey Created with Wolfram Mathematica 8.0