mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-16 11:27:48 +08:00
Implement @ahojnnes's comments on pull request. Use `np.double` as dtype for arrays because in Cython, `float` is not `np.double`. And add further clarification about the `spacing` parameter.