NanoComp / imageruler

measure minimum solid/void lengthscales in binary image
https://nanocomp.github.io/imageruler/
MIT License
13 stars 6 forks source link

Avoid empty kernel #28

Closed mawc2019 closed 7 months ago

mawc2019 commented 7 months ago

In this PR, the situation of an empty kernel is avoided and #23 is fixed. The variable shape is renamed as kernel_size to avoid confusion with another variable kernel_shape and the Python command .shape.

stevengj commented 7 months ago

Closed by #30