show_mesh#

show_mesh(mesh)[source]#

Visualizes the mesh of a region as obtained by get_mesh function in the metrics submodule.

Parameters:

mesh (tuple) – A mesh returned by skimage.measure.marching_cubes

Returns:

fig – A handle to a matplotlib 3D axis

Return type:

Matplotlib figure

Examples

Click here to view online example.