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!