[Insight-users] 'Marching squares' -- Need to go from 2D binary images <-> 2D 'meshes'

Sylvain Jaume sylvain.jaume at kitware.com
Thu Dec 1 18:59:43 EST 2005


Zachary Pincus wrote:

>
> How is point-connection done in the (harder) case of marching cubes?  
> Just keeping a list of all the "open" edge points in a mesh to  
> connect to?


Hi Zach,

The implementation of the Marching Cubes visits two slices at a time. 
When it 'marches' to the next slice, it moves all the edge ids from the 
previous top slice to the new bottom slice. Does what I try to explain 
make sense?

Best,
Sylvain


More information about the Insight-users mailing list