scenerygraphics / sciview

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

Apply an Interval/ROI/Mask to filter both volumes and geometries #270

Open kephale opened 4 years ago

kephale commented 4 years ago

https://gitter.im/scenerygraphics/SciView?at=5ed17ce14c9b0f060d314505

Vladimír Ulman @xulman 17:21 actually I wanted to crop everything, I'm showing both mixed -- the Volume and some graphics elems (Sphere in this case) and it would not be natural, in my case, to see half of the image (VOlume) while complete "annotation" of it (Spheres) but it was super painful to position the box, and also suddenly SciView was responding a lot slower,... so I gave up eventually

Kyle I S Harrington @kephale 18:00 oh i see, let's revisit this because i believe we should do this in a more imglib2 way (e.g. applying an interval over a collection of mixed object types)

kephale commented 1 year ago

I think this is probably still a heavy lift, but more objects in sciview now use ImgLib2 interfaces.

kephale commented 3 months ago

This is related to https://github.com/scenerygraphics/sciview/issues/291