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: us on
"GAURAV " <gsharda(a)engineering.uiowa.edu> wrote in message <hs1rjv$9pt$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

a hint:

help isosurface;

us