Skip to content

pzaffino/Radiomics.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Radiomics.jl

Logo Radiomicsjl

Radiomics.jl is an open-source Julia library for extracting radiomics features from medical images.

⚠️ THE LIBRARY IS CURRENTLY IN AN EARLY STAGE AND UNDER HEAVY DEVELOPMENT ⚠️

📧 If you're interested in contributing to the project, please contact us via email at "p DOT zaffino AT unicz DOT it" 📧

Implemented features

Right now, the implemented features are:

  • first order features

Additional features (e.g. shape and texture) have not been implemented yet, but we are on the right path!

Example

using NIfTI
using Radiomics

ct = niread("sample_data/CTChest.nii.gz");
mask = niread("sample_data/Lungs.nii.gz");

radiomic_features = Radiomics.extract_radiomic_features(ct, mask; binarize_mask = true, verbose = false);

About

Julia library for radiomics

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages