dask-image / dask-ndmorph

A library of N-D morphological operations for Dask Arrays
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Add _utils #11

Closed jakirkham closed 7 years ago

jakirkham commented 7 years ago

Adds a private utility module used to hold common wrapping functions.

Borrows nearly all of its content from dask-ndfilters. Includes references for all content pulled in from dask-ndfilters. A little bit of rebasing and use of filter-branch was done so as to preserve the history from dask-ndfilters with updates to the xrefs and such. Renaming of modules was done where needed.

This likely will require more tweaking, but this is a solid base to start with as we wrap morphological operators for use with this library.