You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am new to pygalmesh, I have a quick question about converting volume to mesh. Can this library convert nrrd CT volume file to the surface? I have a pipeline following:
Read nrrd file (can be in numpy format)
Convert from volume to surface (can I do simplify method to do compression)
Save surface as new vtk file
Is this pipeline possible to achieve?
The text was updated successfully, but these errors were encountered:
If i try the ring-extrude example with the surface mesh feature I get lots of edge distortion where as the volume method works as described. It would be great to go from volume to surface. This could be as simple as just grabbing the outer faces of the volume and renormalize??
This code similar to the example gives me the following edge distortion on surface mesh:
Hi, I am new to
pygalmesh
, I have a quick question about converting volume to mesh. Can this library convert nrrd CT volume file to the surface? I have a pipeline following:Is this pipeline possible to achieve?
The text was updated successfully, but these errors were encountered: