Hello,
I am not a current user of slicer3D but I am looking for a software to transform the output of a college doing microtomograph to, ideally a surface mesh of different sections of a scan of wood.
the scans are generated in .tiff format so they are a stack of images, I have experience in meshing but engineering models from CAD or from pre-existing surface meshes so, even thought it is a new world for me I have a slight understanding of it.
currently i am looking for ideally an open source solution to go from the stack of images up to a volumetric mesh for doing numerical simulations, FEM/FVM. as a long time user of paraview, i came across slicer 3D which looks like the correct tool for what i am looking for but i have some questions:
the images looks like this:
some clarification for better understanding of anyone reading for better communication:
- surface mesh: a triangular (or quadrilateral) mesh of a 3D object, it is on 3D space but it is only the shell of the object.
- watertight mesh: a surface mesh that one can define an inside and outside of it (closed volume).
- conformal mesh: a mesh that does not have any non manifold elements, such as hanging elements of surfaces elements that do not close into a volume
- volumetric mesh: a tetrahedral (or hexahedral/polyhedral) mesh of a 3D object, it is on 3D space but in difference to the surface mesh it is filled up with elements.
my questions about the software are:
-
from the tiff images can i generate 3D surfaces meshes?
-
as it can be seen in the image, there are different sections on a wood material, is it possible to divide it by grey scale to distinguish the different ‘materials’ inside the wood and generate separated meshes? (for example if the images are circular with half white half black, can i generate automatically (by setting some thresholds) 2 meshes where each of them will be half a cylinder?
-
surface meshes (ideally with separated regions question 2.) would allow me to develop the complete workflow, i have other tools to generate the volumetric mesh, but is it possible to generate them in 3D slicer directly? what are the algorithms integrated in case there exists?
-
is the procedure I mentioned in 1. multi-thread? or GPU accelerated or something similar, where i can speed it up with a workstation? the imagery is quite large in weight as the resolution is really fine
-
are the surfaces meshes generated, water tight? ideally conformal?
-
there are scans that are over time, to measure the penetration of liquid inside the material, is something that the software can work on? like deform the surface mesh/ remesh it at each time step?
-
how easy is the python scripting of slicer 3D? I use almost daily paraview with python, is it similar to it to program with?
-
to what extend would this kind of work fully automatizable with slicer 3D? (I mean up to the point of getting a watertight surface mesh for each region separately.)
-
is there any similar tutorials or applications that have been explored already in this kind of application? i saw only medical imagery, but slicer 3D looks quite promising for this kind of application
sorry if i have not being clear enough about any of my questions please do not hesitate as i can complete them with more information if necessary. sadly right now i dont have a file to provide as it is a work i will do in the following months.
thanks in advance,