mymesh.demo_image#

mymesh.demo_image(name='bunny', normalize=True)[source]#

Example image data from online databases

Since data is obtained on-demand from online sources, internet connectivity is required.

Parameters:
  • name (str, optional) –

    Name of the image to access, by default ‘bunny’. Available options are:

    • ”bunny” - CT scan of the Stanford Bunny from the Stanford volume data archive

  • normalize (bool, optional) – Normalize image data to the range 0-255 in uint8 format, by default True

Returns:

img – Image array

Return type:

np.ndarray