mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-13 12:40:24 +08:00
Merge branch 'imagecollection'
This commit is contained in:
@@ -9,3 +9,7 @@ def imsave(fname, arr):
|
||||
def imshow(arr, plugin_arg=None):
|
||||
assert arr == [1, 2, 3]
|
||||
assert plugin_arg == (1, 2)
|
||||
|
||||
def imread_collection(x, conserve_memory=True):
|
||||
assert conserve_memory == False
|
||||
assert x == '*.png'
|
||||
|
||||
Reference in New Issue
Block a user