neurolabusc / nii2mesh

Convert NIfTI volume to triangulated mesh using marching cubes
https://rordenlab.github.io/nii2meshWeb/
Other
150 stars 18 forks source link

incomplete conversion #9

Closed Zhang-JnQn closed 1 year ago

Zhang-JnQn commented 1 year ago

Only half of my tooth model is left after the conversion 微信截图_20230426104702 The original nii.gz model contained both upper and lower teeth

neurolabusc commented 1 year ago

Extracting the largest object is the intended behavior, and is a feature not a bug. Note that you choose to only retain the largest connected object (-l 1) or keep all objects (-l 0).

Zhang-JnQn commented 1 year ago

Thanks.