As we briefly discussed, I am adding a small temporary workaround to avoid scikit-image regionprops bug when calculating measurements related to 'convex_area' in 3D images when there is a 2D label present.
Basically, it does not compute measurements that rely on that. I am working to get it fixed there, and then these changes can be dropped here, but for now it will avoid error messages for users in napari.
This PR may be of interest to #27 , not a final solution though.
Hi Robert @haesleinhuepf ,
As we briefly discussed, I am adding a small temporary workaround to avoid scikit-image regionprops bug when calculating measurements related to 'convex_area' in 3D images when there is a 2D label present.
Basically, it does not compute measurements that rely on that. I am working to get it fixed there, and then these changes can be dropped here, but for now it will avoid error messages for users in napari.
This PR may be of interest to #27 , not a final solution though.
CCing @marabuuu :)
Best, Marcelo