scenerygraphics / sciview

sciview is a tool for visualization and interaction with ND image and mesh data
BSD 2-Clause "Simplified" License
68 stars 17 forks source link

Interfacing with imglib2-roi #7

Open kephale opened 8 years ago

kephale commented 8 years ago

The ability to convert between meshes and ROIs

ctrueden commented 6 years ago

What sort of ROI? You want to adapt Mesh to RealMask so that you can query contains on it? And you only want points exactly on the manifold space to return true? Or do I misunderstand?

skalarproduktraum commented 6 years ago

@ctrueden Can ROIs do intersection/collision tests in 3D?