Files
scikit-image/skimage/data
Evgeni Burovski dc702a83ee TST: skel3d: redo 3D test images
Remove ad-hoc images from morphology/tests/data folder.
Add a FIJI generated image to skimage/data.

The image was generated via
>>> img = binary_blobs(32, 0.05, n_dim=3, seed=1234)
>>> img = img.astype(np.uint8)*255
>>> img = img[:-2, ...]

then saved as a sequence of png frames, read into FIJI as an image sequence,
and skeletonized via Plugins -> Skeletonize (2D/3D).
2016-02-20 17:29:13 +00:00
..
2015-07-11 15:41:37 -05:00
2013-10-21 23:02:45 -05:00
2011-10-18 21:12:27 +02:00
2011-10-18 21:12:27 +02:00
2013-04-28 11:09:38 +02:00
2011-10-18 21:12:27 +02:00
2011-10-18 21:12:27 +02:00
2011-10-18 21:12:27 +02:00
2011-10-18 21:12:27 +02:00
2011-10-18 21:12:27 +02:00
2015-06-11 00:14:39 +05:30
2011-10-18 21:12:27 +02:00
2012-04-30 21:37:41 -04:00