mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-06 05:16:40 +08:00
TST: skel3d: add a Bat Cochlea sample from FIJI collections
This commit is contained in:
@@ -36,7 +36,7 @@ def _postprocess_image(img_o):
|
||||
|
||||
def compute_thin_image(img_in):
|
||||
img = _prepare_image(img_in)
|
||||
img = _compute_thin_image(img)
|
||||
img = np.asarray(_compute_thin_image(img))
|
||||
img = _postprocess_image(img)
|
||||
return img
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -25,6 +25,11 @@ def test_simple_3d():
|
||||
for fname in ['3/stack', '4/stack']:
|
||||
yield check_skel_3d, fname
|
||||
|
||||
# 'slow' test: Bat Cochlea from FIJI collections.
|
||||
def test_large():
|
||||
for fname in ['bat/bat-cochlea-volume',]:
|
||||
yield check_skel_3d, fname
|
||||
|
||||
|
||||
def get_data_path():
|
||||
# XXX this is a bad temp hack
|
||||
|
||||
Reference in New Issue
Block a user