资源简介
我们实现了一个系统,可以从CT图像中将肺部从胸腔中分离出来,并且通过三维重建和三种横断面的显示实现可视化。该系统是基于Visual Studio 2013平台,借助VTK-7.0和Qt5.6开源库通过C++语言实现。
代码片段和文件信息
#include “mainwindow.h“
#include “ui_mainwindow.h“
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
//#include
//#include
using namespace std;
int main(int argc char *argv[])
{
//Engine *ep;
//ep = engOpen(NULL);
//engEvalString(ep “x=0:0.05:2*pi;y=sin(x);plot(xy‘.b‘)“);
//engEvalString(ep “v=21;“);
//cout < //engEvalString(ep “f1 = imread(\‘C:\Users\hp\Desktop\sffinal\1.jpg‘);imshow(f1);“);
QApplication a(argc argv);
MainWindow w;
w.show();
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-01-07 11:31 test1\
目录 0 2019-01-07 11:31 test1\GeneratedFiles\
文件 47579136 2019-01-07 11:31 test1\Lung.sdf
文件 2022 2018-12-18 16:06 test1\Lung.sln
文件 43520 2018-12-18 16:04 test1\Lung.suo
文件 35328 2019-01-07 11:31 test1\Lung.v12.suo
目录 0 2019-01-07 11:09 test1\debug\
目录 0 2019-01-07 11:09 test1\debug\Lung.tlog\
文件 199818 2019-01-07 11:09 test1\debug\Lung.tlog\CL.read.1.tlog
文件 1544 2019-01-07 11:09 test1\debug\Lung.tlog\CL.write.1.tlog
文件 172 2019-01-07 11:09 test1\debug\Lung.tlog\Lung.lastbuildstate
文件 6564 2019-01-07 11:09 test1\debug\Lung.tlog\cl.command.1.tlog
文件 1390 2019-01-07 11:09 test1\debug\Lung.tlog\custombuild.command.1.tlog
文件 228 2019-01-07 11:09 test1\debug\Lung.tlog\custombuild.read.1.tlog
文件 478 2019-01-07 11:09 test1\debug\Lung.tlog\custombuild.write.1.tlog
文件 8326 2019-01-07 11:09 test1\debug\Lung.tlog\li
文件 29718 2019-01-07 11:09 test1\debug\Lung.tlog\li
文件 722 2019-01-07 11:09 test1\debug\Lung.tlog\li
文件 244023 2019-01-07 11:09 test1\debug\main.obj
文件 712932 2019-01-07 11:09 test1\debug\mainwindow.obj
文件 6315 2018-12-25 14:46 test1\debug\moc_mainwindow.cpp
文件 252105 2019-01-07 11:09 test1\debug\moc_mainwindow.obj
文件 1305 2018-12-18 16:03 test1\debug\test1.Build.CppClean.log
文件 196096 2019-01-07 11:09 test1\debug\test1.exe
文件 2946900 2019-01-07 11:09 test1\debug\test1.ilk
文件 7440 2019-01-07 11:09 test1\debug\test1.log
文件 3567616 2019-01-07 11:09 test1\debug\test1.pdb
目录 0 2018-12-18 16:00 test1\debug\test1.tlog\
文件 2954 2018-12-18 16:00 test1\debug\test1.tlog\CL.write.1.tlog
文件 25698 2018-12-18 16:00 test1\debug\test1.tlog\cl.command.1.tlog
文件 199794 2018-12-18 16:00 test1\debug\test1.tlog\cl.read.1.tlog
............此处省略37个文件信息
- 上一篇:C++ 16进制和字符串批量转换
- 下一篇:C++多线程编程实战(完整版).pdf
相关资源
- opencv图片扫描以及校正
- 基于改进的fcm算法的图像分割vc++
- 基于图割的图像分割OpenCV+MFC实现
- 拼音分割算法
- 三维重建 特征点提取 立体匹配
- 现代优化设计黄金分割法和二次插值
- 三维重建VC++
- c++写的fcm算法程序
- txt文件分割源代码vc6
- MFC中的窗口分割和树形目录的创建
- 虹膜分割 Iris Segmentation C++和opencv实现
- 一种基于Visual C++的的车牌字符分割代
- grabcut的c++源代码
- RP系统中STL模型的分割与拼接研究
- STL文件的分割与拼接处理软件开发
- VMTK Tutorials
- 三维重建代码合集.zip
- PMVS三维重建
- MFC单文档分割视图的基本使用
- 双目视觉三维重建
- 基于模糊的自适应阈值分割
- 车辆检测-基于车底阴影特征-基于路面
- 分水岭分割算法c++代码实现
- slic超像素分割方法源代码
- kinect+openGL+openNI+opencv实现三维重建
- 分割阈值opencv2
- FCM_S聚类图像分割程序
- 基于聚类的医学图像分割法
- MRF2图像分割vc++代码
- 基于遗传神经网络的图像分割.zip
评论
共有 条评论