Skip to content

Given a 3D dataset of a CT Head Scan, I made use of JavaFX and Graphics concepts and techniques - including image rendering, nearest neighbour resize, bilinear interpolation resize, Maximum intensity projection, and histogram equalization - to create an application which can be used to get a better view to analyse 3D volumes of medical data

Notifications You must be signed in to change notification settings

jumairamiller/CTScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTScan

Given a 3D dataset of a CT Head Scan, I made use of JavaFX and Graphics concepts and techniques - including:

  • image rendering
  • nearest neighbour resize,
  • bilinear interpolation resize
  • Maximum intensity projection
  • histogram equalization

to create an application which can be used to get a better view to analyse 3D volumes of medical data

How to Run:

I used IntelliJ to develop this program so the steps needed for other IDEs may differ:

  • JavaFx should be bundled into IntelliJ but if this is not the case please install JavaFx.

To the run configuration please add:

--module-path /path/to/javafx-sdk-15.0.1/lib --add-modules javafx.controls,javafx.fxml

This should be under the section add to VM options under edit configurations.

About

Given a 3D dataset of a CT Head Scan, I made use of JavaFX and Graphics concepts and techniques - including image rendering, nearest neighbour resize, bilinear interpolation resize, Maximum intensity projection, and histogram equalization - to create an application which can be used to get a better view to analyse 3D volumes of medical data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages