How to create 3D segmentation using level-set?

조회 수: 2 (최근 30일)
Renata Novakova
Renata Novakova 2017년 3월 7일
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