Files
scikit-image/skimage
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
..
2016-01-31 21:50:56 +01:00
2016-02-20 17:29:13 +00:00
2016-02-09 11:11:28 +01:00
2016-01-30 15:58:07 -06:00
2016-02-15 22:01:55 -05:00
2014-12-23 16:49:59 -06:00
2016-01-28 11:24:29 -08:00
2016-01-30 15:56:19 -06:00
2016-01-30 19:09:44 -06:00
2016-02-16 07:10:13 +00:00
2015-07-28 13:43:48 -05:00