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
For the embedded remeshing component, we need to read the output data from 3d-slicer. Thus, I will add the teem library which contains the original nrrd read/write code.
create structure for embedded_remeshing component similar to adaptive_tessellation so that it can hold its own dependencies
add nrrd as dependency
load nrrd file
construct mesh from nrrd file with tags according to the segmentation
The text was updated successfully, but these errors were encountered:
For the embedded remeshing component, we need to read the output data from 3d-slicer. Thus, I will add the teem library which contains the original nrrd read/write code.
embedded_remeshing
component similar toadaptive_tessellation
so that it can hold its own dependenciesThe text was updated successfully, but these errors were encountered: