matlab集成c代码-3DReconstruction:一些测试代码和日志之类的东西

时间:2024-06-10 18:27:56
【文件属性】:

文件名称:matlab集成c代码-3DReconstruction:一些测试代码和日志之类的东西

文件大小:787KB

文件格式:ZIP

更新时间:2024-06-10 18:27:56

系统开源

matlab集成c代码 3DReconstruction 一些测试代码和日志之类的东西 2017/7/18 思路 预处理(平滑Wiener filter)(需要实现)现在用的递归高斯平滑 图像分割(k-means clustering已尝试, iterative method, regional growth method, GASA见论文)(转换为二值图像) 形态学运算(用于去除二值化图像中的小空洞)(basic dilate)radius? 边缘检测 (cannyedge) 4-邻域标记(用matlab实现了) 肺轮廓补偿(跳过了) 提取肺实质(弄出来不对,只有一点点轮廓,占比8000/512/512)已解决:黑白反转(连通区域还是不对,左右以及胸腔全部都标记为同一个数了)已解决:改成4-邻域标记 提取ROI Todo: 把matlab部分写成c++ 把序列全部自动分割,然后三维重建 ROI分割 2017/10/19 已完成 Input: a folder containing CT images (test folder contains 40 slices) Pipeline:


【文件预览】:
3DReconstruction-master
----README.md(4KB)
----GeodesicActiveContour_test_levelset.png(20KB)
----binary_threshold_test.png(157KB)
----skin_reconstruct_screenshot.png(97KB)
----lung_nodule_reconstruct_screenshot.png(26KB)
----GeodesicActiveContour_test_sigmoid.png(17KB)
----LungSegmentation_screenshot.png(212KB)
----src()
--------SegCombineReconstruct.cxx(14KB)
--------SkinSeg.cxx(10KB)
--------GeodesicActiveContourLevelSet.cxx(18KB)
--------four-neighbour.h(6KB)
----vtk_marching_cubes_test.png(191KB)
----GeodesicActiveContour_test_gradient.png(83KB)
----GeodesicActiveContour_test_output.png(504B)

网友评论