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
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.fxmlThis should be under the section add to VM options under edit configurations.



