You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The imglib2-roi library has a RealMask API for working with ROIs.
If we have a Mesh that is closed and convex, we can express this as a 3D RealMask by triangulating the convex hull and then testing points for inclusion by walking the triangles.