Skip to content

An application for enhancing the raw bone-scans, via the usage of Parallel Computing and Image Processing principles.

Notifications You must be signed in to change notification settings

cyberquill/Bonescan-Enhancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bonescan-Enhancer

An application for enhancing the raw bone-scans via the usage of Parallel Computing and Image Processing principles, in order to facilitate convenient and efficient diagnosis.

Application Output


Performance Comparison

The following are the screenshots for the serial and parallel implementations of the application in consideration, which clearly show that the parallel implementation out-performs the serail code, with a speed-up factor of about 1.4.

Application Output

Application Output


Step-by-Step Output analysis

  1. Original Scan

    Application Output
  2. Action of the Laplacian operator

    Application Output
  3. Action of the Sobel operator

    Application Output
  4. Application of a 5×5 Smoothening filter on step-3's Output

    Application Output
  5. Image mask obtained by multiplying outputs of step-2 and step-4

    Application Output
  6. Rendering of enhanced scan

    Application Output
  7. Action of the Power-Law transform

    Application Output

About

An application for enhancing the raw bone-scans, via the usage of Parallel Computing and Image Processing principles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages