| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- __all__ = [
- 'astronaut',
- 'binary_blobs',
- 'brain',
- 'brick',
- 'camera',
- 'cat',
- 'cell',
- 'cells3d',
- 'checkerboard',
- 'chelsea',
- 'clock',
- 'coffee',
- 'coins',
- 'colorwheel',
- 'data_dir',
- 'download_all',
- 'eagle',
- 'file_hash',
- 'grass',
- 'gravel',
- 'horse',
- 'hubble_deep_field',
- 'human_mitosis',
- 'immunohistochemistry',
- 'kidney',
- 'lbp_frontal_face_cascade_filename',
- 'lfw_subset',
- 'lily',
- 'logo',
- 'microaneurysms',
- 'moon',
- 'nickel_solidification',
- 'page',
- 'protein_transport',
- 'retina',
- 'rocket',
- 'shepp_logan_phantom',
- 'skin',
- 'stereo_motorcycle',
- 'text',
- 'vortex',
- ]
- from ._binary_blobs import binary_blobs
- from ._fetchers import (
- astronaut,
- brain,
- brick,
- camera,
- cat,
- cell,
- cells3d,
- checkerboard,
- chelsea,
- clock,
- coffee,
- coins,
- colorwheel,
- data_dir,
- download_all,
- eagle,
- file_hash,
- grass,
- gravel,
- horse,
- hubble_deep_field,
- human_mitosis,
- immunohistochemistry,
- kidney,
- lbp_frontal_face_cascade_filename,
- lfw_subset,
- lily,
- logo,
- microaneurysms,
- moon,
- nickel_solidification,
- page,
- palisades_of_vogt,
- protein_transport,
- retina,
- rocket,
- shepp_logan_phantom,
- skin,
- stereo_motorcycle,
- text,
- vortex,
- )
|