Kyle I S Harrington
Kyle I S Harrington
Can we do this in a volume? https://forum.image.sc/t/converting-stl-file-into-stack-of-images/1721/79 Could generate a test case by taking https://github.com/scenerygraphics/sciview/blob/master/src/main/resources/WieseRobert_simplified_Cip1.stl, using Voxelization, flood fill at a target location, sum the number of pixels to...
Could use Line's Like https://www.dantecdynamics.com/images/content/products-and-services/fluid-mechanics/piv/Ring_Vortex_450_px_wide.gif
Can we set something up to convert the result of a [thin op](https://github.com/imagej/imagej-ops/tree/master/src/main/java/net/imagej/ops/morphology/thin) into a skeleton graph? This is done by [AnalyzeSkeleton](https://github.com/fiji/AnalyzeSkeleton/blob/master/src/main/java/sc/fiji/analyzeSkeleton/AnalyzeSkeleton_.java). @rimadoma Maybe this isn't a SciView feature, but...
For tracking thoughts/links about possible UI ideas: https://github.com/LiquidEngine/legui - UI library on LWJGL3 https://github.com/cout970/Modeler - 3D model editing program in Kotlin with LWJGL and legui
Measuring surface areas by accounting for multiple elements of the scene. In a way this is kind of like image calculator but with meshes. Reference forum post: http://forum.imagej.net/t/surface-area-measurements-in-bonej/5420/2
This might go into imagej-ops, imagej-mesh, and/or imagej-mesh-io https://github.com/miho/JCSG
This is related to save camera configuration, but might be nice to have as a little menu (like a ROI manager for camera configurations). This could serve as a UI...