07-20-2011 10:21 PM
Hello everyone,
I have a very simple question regarding how the Biomedical Source code creates a 3D image using the source code. Does the source code use the Marching Cubes algorithm to create a polygonal mesh or does it use some other algorithm?
Thanks in advance.
07-20-2011 10:40 PM
Hi,
That is correct. Marching cubes to extract the isosurface.
ZJ Gu