How to create 3D segmentation using level-set?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!