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:
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