From: GAURAV on
Hello Everyone!!

I have biplane cerebral angiograms. I have got the two aneurysm view aligned in 3D and have formed a volume consisting of elliptical cross sections. Now I need to get a smooth surface from those elliptical cross sections stacked together.
Can someone help me out?
Do we have some command in Matlab that will do this stuff?

Thank You,

Regards,
Gaurav
From: Luigi Giaccari on
"GAURAV " <gsharda(a)engineering.uiowa.edu> wrote in message <hrvgt8$8q4$1(a)fred.mathworks.com>...
> Hello Everyone!!
>
> I have biplane cerebral angiograms. I have got the two aneurysm view aligned in 3D and have formed a volume consisting of elliptical cross sections. Now I need to get a smooth surface from those elliptical cross sections stacked together.
> Can someone help me out?
> Do we have some command in Matlab that will do this stuff?
>
> Thank You,
>
> Regards,
> Gaurav


Form volume data use the "isosurface" command.

otherwise this one should work:

http://www.advancedmcode.org/surface-recostruction-from-scattered-points-cloud-mycrust-robust.html

Luigi