download_head_2#
- download_head_2(load: bool = True) ImageData | str[source]#
Download head dataset.
- Parameters:
- Returns:
- output
pyvista.ImageData|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> from pyvista import examples
>>> dataset = examples.download_head_2()
>>> pl = pv.Plotter()
>>> _ = pl.add_volume(dataset, cmap='cool', opacity='sigmoid_6')
>>> pl.show()
See also
- Head 2 Dataset
See this dataset in the Dataset Gallery for more info.
- Medical Datasets
Browse other medical datasets.