Add support for expressing Mesh as RealMask
Open
- Dominant language
- Java
- Stars
- 6
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the Mesh API in this repository and the imglib2-roi RealMask API named in the issue. Determine how a closed, convex Mesh can be represented through convex-hull triangulation and point-inclusion testing; done means that representation is available as a 3D RealMask.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- computer-graphics
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100