Coder Social home page Coder Social logo

diagnosesystem's Introduction

RBDcm计算机辅助诊断系统


写在前面: 2018.11.17 上传大部分源码,仅仅去掉了特征提取,训练和3D重建部分的代码。

  • 简介 RBDcm计算机辅助诊断系统是用于查看.dcm标准肺部CT影像,并辅助自动检测肺结节的一套软件。软件运行于Windows7/8/10操作系统。

依赖

  • DCMTK3.6.1 DICOM开源开发包
  • OpenCV2.4.11计算机视觉开源软件
  • VTK6.0 三维可视化开发包

支持功能

RBDcm第一版功能(2015.7 - 2016.4)

  1. 序列图像打开,从横断面图像重建得到冠状面和矢状面图像。
  2. 点击横断面图像显示相应定位线到冠状面和矢状面。
  3. 输入训练文件,识别分割后图像中的肺结节。
  4. 图像灰度直方图显示。
  5. 图像序列播放。
  6. 可选多种图像分割方式。
  7. 可选多种图像增强方式。

RBDcm第二版功能(2016.6 - 2017.3)

  • 对第一版代码进行重构,删减部分功能,添加实际场景中常用的功能。
  1. 序列图像打开,从横断面图像重建得到冠状面和矢状面图像。
  2. 点击横断面图像显示相应定位线到冠状面和矢状面。
  3. 图像序列播放。
  4. 图像打开时即采用多线程的方式进行肺实质进行分割,展现处理后影像。
  5. 增加平均密度投影算法,降低断层影像上的假性结节个数。
  6. 替换原来OTSU肺结节提取,使用GMM,降低提取的假阳性率。
  7. 多平面重建,三个平面提取特征。
  8. 增加三维重建功能,更直观的查看影像

工作站界面:

RBDcm第二版

  • Debug版本在1080P显示器上运行效果

image

RBDcm第一版(2015.7 - 2016.4)

  • 使用SVM分类器对横断面进行结节检测结果:

image

  • 横断面,矢状面,冠状面三剖面下结节:

image

联系作者

E-mail: [email protected]

License

RBDcm计算机辅助诊断系统的代码使用MIT License发布,此外,禁止使用RBDcm计算机辅助诊断系统以及RBDcm计算机辅助诊断系统的修改程序用于任何商业目的。

diagnosesystem's People

Contributors

bzhou830 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.