hi plz i need code matlab for reconstruction 3d of brain tumor i use the code below but give me just a visialisation of tumor
조회 수: 3 (최근 30일)
이전 댓글 표시
s=650
t=zeros(512,512,9);
for i=8:16
t(:,:,i-7)=v(:,:,i)>s;
imshow(t(:,:,i-7),[]);
m(i)=getframe
end
movie(m)
close all;
w=smooth3(t)
isosurface(w,0);
view(3);axis visa3d tight;
camlight
lighting phong
title('tumer')
댓글 수: 0
답변 (1개)
neenu prakash
2016년 10월 20일
Hai i also want to know the same. @ mima zebouchi, Can you please give the database that you are using?
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!