• 大小: 1.99MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-02
  • 语言: Matlab
  • 标签: 体绘  matlab  

资源简介

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


评论

共有 条评论