microproduct/deformation-sentiral/smallbaselineApp/skimage/data
tian jiax b660600ade 入所测试定稿上传 2023-08-28 18:17:29 +08:00
..
tests 入所测试定稿上传 2023-08-28 18:17:29 +08:00
README.txt 入所测试定稿上传 2023-08-28 18:17:29 +08:00
__init__.py 入所测试定稿上传 2023-08-28 18:17:29 +08:00
_binary_blobs.py 入所测试定稿上传 2023-08-28 18:17:29 +08:00
_fetchers.py 入所测试定稿上传 2023-08-28 18:17:29 +08:00
_registry.py 入所测试定稿上传 2023-08-28 18:17:29 +08:00
astronaut.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
brick.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
camera.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
cell.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
chelsea.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
chessboard_GRAY.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
chessboard_RGB.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
clock_motion.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
coffee.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
coins.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
color.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
grass.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
gravel.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
horse.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
hubble_deep_field.jpg 入所测试定稿上传 2023-08-28 18:17:29 +08:00
ihc.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
lbpcascade_frontalface_opencv.xml 入所测试定稿上传 2023-08-28 18:17:29 +08:00
lfw_subset.npy 入所测试定稿上传 2023-08-28 18:17:29 +08:00
logo.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
microaneurysms.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
moon.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
motorcycle_disp.npz 入所测试定稿上传 2023-08-28 18:17:29 +08:00
motorcycle_left.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
motorcycle_right.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
page.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
phantom.png 入所测试定稿上传 2023-08-28 18:17:29 +08:00
retina.jpg 入所测试定稿上传 2023-08-28 18:17:29 +08:00
rocket.jpg 入所测试定稿上传 2023-08-28 18:17:29 +08:00
setup.py 入所测试定稿上传 2023-08-28 18:17:29 +08:00
text.png 入所测试定稿上传 2023-08-28 18:17:29 +08: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()