资源简介
在CT中分割肺部器官和器官等,可用于预处理肺部CT DICOM 文件
代码片段和文件信息
import numpy as np
import nibabel as nib
from utils import *
from segment_lung import segment_lung
from segment_airway import segment_airway
params = define_parameter()
#####################################################
# Load image
#####################################################
I = nib.load(‘./data/sample_ct.nii.gz‘)
I_affine = I.affine
I = I.get_data()
#####################################################
# Coarse segmentation of lung & airway
#####################################################
Mlung = segment_lung(params I I_affine)
#####################################################
# Romove airway from lung mask
#####################################################
Mlung Maw = segment_airway(params I I_affine Mlung)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-11-29 18:31 ct_lung_segmentation-master\
文件 1065 2017-11-29 18:31 ct_lung_segmentation-master\LICENSE
文件 962 2017-11-29 18:31 ct_lung_segmentation-master\README.md
目录 0 2017-11-29 18:31 ct_lung_segmentation-master\data\
文件 23991840 2017-11-29 18:31 ct_lung_segmentation-master\data\sample_ct.nii.gz
文件 195649 2017-11-29 18:31 ct_lung_segmentation-master\demo_ct_lung_segment.ipynb
文件 778 2017-11-29 18:31 ct_lung_segmentation-master\main.py
目录 0 2017-11-29 18:31 ct_lung_segmentation-master\result\
文件 91890 2017-11-29 18:31 ct_lung_segmentation-master\result\sample_aw.nii.gz
文件 435922 2017-11-29 18:31 ct_lung_segmentation-master\result\sample_lung.nii.gz
文件 439106 2017-11-29 18:31 ct_lung_segmentation-master\result\sample_lungaw.nii.gz
文件 1516 2017-11-29 18:31 ct_lung_segmentation-master\segment_airway.py
文件 1766 2017-11-29 18:31 ct_lung_segmentation-master\segment_lung.py
文件 7168 2017-11-29 18:31 ct_lung_segmentation-master\utils.py
- 上一篇:简单实用的破解工具+操作步骤
- 下一篇:一个非常易学的lidar数据处理程序代码
相关资源
- tesseract-3.02.02-win32-lib-include-dirs.zip
- 情感分析中的yelp及electronics数据集
- Effective C 中文版
- nodejs in action中文版
- An Introduction to Multivariate Statistical An
- SAP.NetConnect
- Optoelectronic Packaging 光电封装经典书籍
- 计算理论导引第三版课后习题答案I
- Vector Magic含注册机
- Electric_machines_and_drives
- DirectX游戏开发之3D角色动起来
- 网络多人游戏架构与编程 英文版 Mu
- Adobe After Effects CC 2017经典教程(epub版
- Cloud Computing_ Concepts Technology & Archite
- Director多媒体课件源代码
- VMProtect2.4注册版
- arcgis国土三调VCT工具箱V1.2
- ECOTECT全国气象数据总汇Weather
- 滑模经典教材 Sliding mode control in ele
- ActivePerl-5.8.6.811
- Effective Go (中文版).pdf
- 人工智能 Introduction to Artificial Intell
- tesseract-ocr-setup-3.02.02.exe 官方绿色版
- Control of Electric Machine Drive System Seung
-
基于minibl
ink封装的WebBrowser控件CXM - DaVinci-Resolve-15-Color-Correction《DaVinci
- EnterpriseArchitect EA 超级汉化包152791
- 达索09断裂培训课程
- zw_Addison.Wesley.PCI.Express.System.Architect
- VMware-Horizon-Connection-Server-x86_64-7.6.0-
评论
共有 条评论