Coder Social home page Coder Social logo

jianglimed / lung-lobes-segmentation-in-ct-scans Goto Github PK

View Code? Open in Web Editor NEW

This project forked from connor323/lung-lobes-segmentation-in-ct-scans

0.0 1.0 0.0 9.4 MB

Segmentation of lung, pulmonary vessels and pulmonary fissures in CT Scans

License: MIT License

Jupyter Notebook 53.04% CMake 0.97% Python 15.87% C++ 30.13%

lung-lobes-segmentation-in-ct-scans's Introduction

Lung-Lobes-Segmentation-in-CT-Scans

Python and C++ implementation on vessel and fissure segmentation in Lung CT Scans based on Bianca's work

Usage

For lung and pulmonary vessel segmentation.

I create a ipython notebook for this part (in lung_segmentation.ipynb except the last two parts).

For pulmonary fissure segmentation.

Compile the two C++ files for fissure segmentation.

  1. cmake .
  2. make
  3. Use vector-based region growing for fissure segmention.
    ./vector_region_growing ORIGINAL_CT.mhd FISSURE_EXTRACT.mhd
    Use intensity-based region growing for removing small regions.
    ./region_growing FISSURE_EXTRACT.mhd FISSURE_EXTRACT_REFINED.mhd
  4. Running the last two sections in the ipython notebook to generate fissure mask and final lung-vessel-fissure mask.

Results

The result of lung segmentation:

The result of vessel segmentaton:

And in 3D view:

The result of fissure segmentation:
(From left to right: original, after vector-based region growing, after intensity-based region growing)

The 3D maps of Lung-Vessel-Fissure for 9 cases:

Dataset

The dataset I used is LOLA11, which contains 55 CT Scans.

lung-lobes-segmentation-in-ct-scans's People

Contributors

connor323 avatar

Watchers

 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.