haesleinhuepf / napari-process-points-and-surfaces

Process and analyze surfaces using vedo in napari.
BSD 3-Clause "New" or "Revised" License
22 stars 4 forks source link

Add curvature measurements #5

Closed jo-mueller closed 2 years ago

jo-mueller commented 2 years ago

I added functions to measure surface curvature with a few different approaches:

jo-mueller commented 2 years ago

Hey @haesleinhuepf

thanks for the fast feedback! Next time feel free to wait a little longer until I change the PR to be ready for review :)

jo-mueller commented 2 years ago

PS: I ran tests with tox which run for Python 3.8 and 3.9 but fail for 3.7, which seems to be a pytest issue rather than an issue with the tests/the functions

haesleinhuepf commented 2 years ago

Great work Johannes @jo-mueller! Thanks a lot!