How to generate a surface mesh from segmentation

Hi, recently i’m building mesh from segmetation. However i only need the informations of the voxel/vertex on the surface. So, i’m wondering if there is a way to only generate surface mesh from a segmented 3D model? Thank you for your time.

You can right-click the segmentation in the Data module and choose Export visible segments to model node.

1 Like

@cpinter Thank you so much it worked!
However can i change the exact vertex size of the surface mesh manually? thank you for your time!

Can you describe what you mean by “change the exact vertex size”? Distribution of vertices are not uniform, they tend to be smaller triangles (hence more dense) in regions of high curvature and larger ones in more smooth regions.

You can decimate (reduce the polygon count) the model using the surface toolbox.

1 Like

@muratmaga thank you for the quick reply!
so, can i set the polygon count manully? since i have plenty of data sets and i need them to have the same amount of polygon count, so i’m wondering if i can decide the polygon amount of a surface mesh. Thank you!

@muratmaga
hi, sorry for the unclearified problem.
my problem is now that i had segment a skin surface as shown below


now i want to generate mesh of the surface model.
However, when i use the SegmentMesher, it did not done it well as shown below.
image

So i’m wondering if there is a way i can generate mesh on the surface with desired polygon count since the vertices meant to me. Thank you for your time!

If you have segmentation like the one you show, all you need to do is to go to the export/import section of the Segmentation module and export it as a model. You can also do that from the data module by right clicking on the segmentation object and then click export as a model. That way you don’t need to use the SegmentMesher, which I believe creates volumetric meshes.

1 Like

Thank you for the reply! I think i misunderstood the concept of mesh, but i get it clear now! Thank you so much.