Code Monkey home page Code Monkey logo

dwt-ich's Introduction

DWT-ICH

Intracranial haemorrhage (ICH) segmentation on Brain CT image using DWT

Head injury is a chief cause for morbidity and mortality worldwide and Traumatic head injuries signify the chief cause of neurological disability. Head injuries may range from a simple bump on the head to a skull fracture and may cause brain damage and even death. A traumatic brain injury (TBI) occurs when the brain is damaged, usually because of an accident (or any trauma) and can damage the brain, causing a blood clot or bruising in the brain identified as an Intracranial Hematoma (ICH). ICH records serious consequence of head injury. ICH are the rupture of a blood vessel which leads to the collection of blood in brain tissues or empty spaces which can be life-threatening. The most common cause of ICH normally reported in our country are road traffic accidents (RTA) followed by falls and assaults. India is a populous country with over a billion people and there is approximately 1 radiologist for every 100,000 population with a majority of them in the urban setup, Indian rural population of more than 70% is deprived of these doctors. The unavailability of these specialists is a grave concern to the well-being of the health care to the nation. The mainstay in the diagnosis of an ICH is the Computed Tomography (CT) scan of the head which is the definitive tool for accurate diagnosis of an ICH following trauma and gives an objective assessment of structural damage to brain.

Working

flowchat


Usage

# import the dwt_ich library
from  dwt_ich impor ICH
import matplotlib.pyplot as plt
# path of brain image
img_p =  r'path to brain ct image'  
#create object of ICH class
brain = ICH()
# call the predict method and pass the image path
res = brain.predict(img_p)
# in return you get back image after segmentation
plt.imshow(res,cmap='gray')
# Display the resultant image
plt.show()

Result

result result result

The Maximum IOU Score Obtained testing on 2500 images is 72%

Contributor

  • Aman Ulla
  • Huda Saif

dwt-ich's People

Contributors

connectaman avatar

Watchers

 avatar  avatar

dwt-ich's Issues

Where is the DWT coeffs used?

Hello,

I saw that you have used py.dwt2 and returned the coeffs2. But its not being used anywhere else in the code?

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.