Closed bauerdavid closed 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]
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:
simplify calling the function (no thread)This will be done later