load process chunks into namespace

This commit is contained in:
Blake Griffith
2015-04-24 17:37:41 -05:00
parent 42e62e7a0b
commit 43bd8242ff
+2
View File
@@ -2,6 +2,7 @@ from .dtype import (img_as_float, img_as_int, img_as_uint, img_as_ubyte,
img_as_bool, dtype_limits)
from .shape import view_as_blocks, view_as_windows
from .noise import random_noise
from .process import process_chunks
from .arraypad import pad, crop
from ._regular_grid import regular_grid
@@ -20,4 +21,5 @@ __all__ = ['img_as_float',
'crop',
'random_noise',
'regular_grid',
'process_chunks',
'unique_rows']