pyplati / platipy

Processing Library and Analysis Toolkit for Medical Imaging in Python
https://pyplati.github.io/platipy/
Apache License 2.0
111 stars 27 forks source link

use standard list rather than numpy for dilation kernel #144

Closed pchlap closed 2 years ago

pchlap commented 2 years ago

Hi @rnfinnegan, not sure why but my environment/simpleitk version didn't like using the numpy array as a kernel for the binarydilate function in the APL function. This should hopefully work across versions.