資源簡介
matlab3D表面與體繪制,含有CT數據與代碼,詳細結果以及過程請看博客。

代碼片段和文件信息
%?perform?isosurface?and?patch?on?the?L-spine?or?dental?CT?data
clear?close?all
load(‘.\data\Lspine_data.mat‘)
%%?image?display?with?bone?window
WC=300;?
WW=1500;?
figure?imshow(img(::3)[WC-WW/2WC+WW/2]‘border‘‘tight‘)
%%?isosurface?and?patch
img=isotropicvol(imgimgres(1)imgres(2)imgres(3)‘min‘);
[FV]?=?isosurface(img100);?
figure
patch(‘Faces‘F‘Vertices‘V‘FaceColor‘[0.89?0.85?0.79]‘Edgecolor‘‘none‘)
lighting?gouraud
camlight(00)
view(-15550)
axis?equal
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????509??2018-12-06?13:06??Lspine_model.m
?????文件????2087065??2018-12-06?09:30??data\Lspine_data.mat
?????目錄??????????0??2019-08-01?19:38??data
-----------?---------??----------?-----??----
??????????????2087574????????????????????3
- 上一篇:圖像配準程序matlab
- 下一篇:UPS仿真報告matlab
評論
共有 條評論