bauerdavid / napari-nD-annotator

BSD 3-Clause "New" or "Revised" License
29 stars 2 forks source link

Adding the RPSV mean contour method for slice interpolation #31

Closed bauerdavid closed 2 years ago

bauerdavid commented 2 years ago

Adding the RPSV mean contour method created by Jozsef Molnar and Dominik Hirling (article preprint here) The code needs some serious rewrite. Some of the code was optimized using Cython, which adds some complexity to the system, but without it the method would be too slow for real world usage. Checklist:

bauerdavid commented 2 years ago

I thought that I managed to hide some "utility" layers based on this thread: https://forum.image.sc/t/make-particular-layers-invisible-in-the-layer-list-dock/53248. But unfortunately (as discussed at the forum) it won't work if a layer is added before opening the widget. So for now I will just put at the end of the name of such layers [DO NOT TOUCH]