How to create 3D segmentation using level-set?
2 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!