CofeehousePy/deps/scikit-image/skimage/data
Netkas 3294bc4ea6 Added NSFW classification 2021-01-14 02:07:24 -05:00
..
tests Added NSFW classification 2021-01-14 02:07:24 -05:00
README.txt Added NSFW classification 2021-01-14 02:07:24 -05:00
__init__.py Added NSFW classification 2021-01-14 02:07:24 -05:00
_binary_blobs.py Added NSFW classification 2021-01-14 02:07:24 -05:00
_blobs_3d_fiji_skeleton.tif Added sci-image 2021-01-12 22:08:17 -05:00
_registry.py Added NSFW classification 2021-01-14 02:07:24 -05:00
astronaut.png Added sci-image 2021-01-12 22:08:17 -05:00
astronaut_GRAY_hog_L1.npy Added sci-image 2021-01-12 22:08:17 -05:00
astronaut_GRAY_hog_L2-Hys.npy Added sci-image 2021-01-12 22:08:17 -05:00
block.png Added sci-image 2021-01-12 22:08:17 -05:00
brick.png Added sci-image 2021-01-12 22:08:17 -05:00
bw_text.png Added sci-image 2021-01-12 22:08:17 -05:00
bw_text_skeleton.npy Added sci-image 2021-01-12 22:08:17 -05:00
camera.png Added sci-image 2021-01-12 22:08:17 -05:00
cell.png Added sci-image 2021-01-12 22:08:17 -05:00
checker_bilevel.png Added sci-image 2021-01-12 22:08:17 -05:00
chelsea.png Added sci-image 2021-01-12 22:08:17 -05:00
chessboard_GRAY.png Added sci-image 2021-01-12 22:08:17 -05:00
chessboard_GRAY_U8.npy Added sci-image 2021-01-12 22:08:17 -05:00
chessboard_GRAY_U8.npz Added sci-image 2021-01-12 22:08:17 -05:00
chessboard_GRAY_U16.tif Added sci-image 2021-01-12 22:08:17 -05:00
chessboard_GRAY_U16B.tif Added sci-image 2021-01-12 22:08:17 -05:00
chessboard_RGB.png Added sci-image 2021-01-12 22:08:17 -05:00
chessboard_RGB_U8.npy Added sci-image 2021-01-12 22:08:17 -05:00
chessboard_RGB_U8.npz Added sci-image 2021-01-12 22:08:17 -05:00
clock_motion.png Added sci-image 2021-01-12 22:08:17 -05:00
coffee.png Added sci-image 2021-01-12 22:08:17 -05:00
coins.png Added sci-image 2021-01-12 22:08:17 -05:00
color.png Added sci-image 2021-01-12 22:08:17 -05:00
diamond-matlab-output.npz Added sci-image 2021-01-12 22:08:17 -05:00
disk-matlab-output.npz Added sci-image 2021-01-12 22:08:17 -05:00
foo3x5x4indexed.png Added sci-image 2021-01-12 22:08:17 -05:00
grass.png Added sci-image 2021-01-12 22:08:17 -05:00
gravel.png Added sci-image 2021-01-12 22:08:17 -05:00
gray_morph_output.npz Added sci-image 2021-01-12 22:08:17 -05:00
green_palette.png Added sci-image 2021-01-12 22:08:17 -05:00
horse.png Added sci-image 2021-01-12 22:08:17 -05:00
hubble_deep_field.jpg Added sci-image 2021-01-12 22:08:17 -05:00
ihc.png Added sci-image 2021-01-12 22:08:17 -05:00
lbpcascade_frontalface_opencv.xml Added NSFW classification 2021-01-14 02:07:24 -05:00
lfw_subset.npy Added sci-image 2021-01-12 22:08:17 -05:00
logo.png Added sci-image 2021-01-12 22:08:17 -05:00
microaneurysms.png Added sci-image 2021-01-12 22:08:17 -05:00
moon.png Added sci-image 2021-01-12 22:08:17 -05:00
motorcycle_disp.npz Added sci-image 2021-01-12 22:08:17 -05:00
motorcycle_left.png Added sci-image 2021-01-12 22:08:17 -05:00
motorcycle_right.png Added sci-image 2021-01-12 22:08:17 -05:00
mssim_matlab_output.npz Added sci-image 2021-01-12 22:08:17 -05:00
multi.fits Added sci-image 2021-01-12 22:08:17 -05:00
multipage.tif Added sci-image 2021-01-12 22:08:17 -05:00
multipage_rgb.tif Added sci-image 2021-01-12 22:08:17 -05:00
no_time_for_that_tiny.gif Added sci-image 2021-01-12 22:08:17 -05:00
page.png Added sci-image 2021-01-12 22:08:17 -05:00
palette_color.png Added sci-image 2021-01-12 22:08:17 -05:00
palette_gray.png Added sci-image 2021-01-12 22:08:17 -05:00
phantom.png Added sci-image 2021-01-12 22:08:17 -05:00
rank_filter_tests.npz Added sci-image 2021-01-12 22:08:17 -05:00
retina.jpg Added sci-image 2021-01-12 22:08:17 -05:00
rocket.jpg Added sci-image 2021-01-12 22:08:17 -05:00
setup.py Added NSFW classification 2021-01-14 02:07:24 -05:00
simple.fits Added sci-image 2021-01-12 22:08:17 -05:00
text.png Added sci-image 2021-01-12 22:08:17 -05:00
truncated.jpg Added sci-image 2021-01-12 22:08:17 -05:00

README.txt

This directory contains sample data from scikit-image.

By default, it only contains a small subset of the entire dataset.

The full detaset can be downloaded by using the following commands from
a python console.

  >>> from skimage.data import download_all
  >>> download_all()