How to create 3D segmentation using level-set?

2 次查看(过去 30 天)
Hello, I have a function using level-set method to segment a part of image that I need. Now I need to trasnfer it to 3D and I have no idea how. Output of function looks like this:
figure(2); imagesc(Img,[0, 255]); axis off; axis equal; colormap(gray); hold on; contour(phi, [0,0], 'r'); hold on; contour (phi2, [0,0], 'y');
where phi and phi2 are two inicial contours for leve-set
I will be glad for any advice. Thanks!

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by