JuliaHealth / MedEye3d.jl

Julia library for visualization and annotation medical images, specialized particularly for rapid development segmentation of 3 dimensional images like CT or PET/CT scans. Has full support of nuclear medicine Data.
Apache License 2.0
12 stars 1 forks source link

Google Summer of Code , MidTerm Pull Request [MedEye3d.jl] #20

Closed divital-coder closed 2 months ago

divital-coder commented 2 months ago

Improved Stuff;:

  1. High Level function implementation with simplified basic usage

    • exposes simplified function for loading Nifti images
    • exposes functions for access to display data
    • exposes function for modification of display data
  2. Improved Pre-compilation with reduced pre-compilation outputs.

  3. Supported loading of Images with MedImages.jl

  4. Fixed screen tear, flicker and glitches within the visualizer originating in previous versions with Rocket.jl Actor's observer subscription mechanism.

  5. Added reference scripts for working with different data modalities.