I have 2 volumetric binary images (Brain mask from MR images), I want to generate brain surface mesh from each volume. how I can generate two surface meshes of the same number of vertices and the same number of  faces.

I used Matlab commands [F1 V1] = isosurface (mask 1,0) and [F2 V2] = isosurface (mask2,0) but in these cases the number of vertices (V1 and V2) are different even for faces. How can I  obtained the same number of vertices and faces.

Thanks

More Kamel Aloui's questions See All
Similar questions and discussions