Skip to content

Commit

Permalink
Add statement of need #73
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzwanenburg committed Apr 26, 2024
1 parent 587007d commit 070ca92
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions docs_source/source/introduction.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
Introduction
============

What is MIRP?
-------------

Medical Image Radiomics Processor (MIRP) is a python package for medical image analysis that is compliant with the
reference standards of the Image Biomarker Standardisation Initiative (IBSI) [Zwanenburg2020]_,
[Whybra2024]_. MIRP focuses on radiomics applications and supports computation of features for conventional
radiomics and image processing for deep-learning applications.

What is radiomics?
------------------
Radiomics is the process of using medical images for, e.g., diagnosing disease or predicting how patients respond to
Expand All @@ -20,6 +12,23 @@ directly learn from images themselves.

For more details, see reviews by Lambin et al. [Lambin2017]_ and van Timmeren et al. [vanTimmeren2020]_.

What is MIRP?
-------------

Medical Image Radiomics Processor (MIRP) is a python package for medical image analysis that is compliant with the
reference standards of the Image Biomarker Standardisation Initiative (IBSI) [Zwanenburg2020]_,
[Whybra2024]_. MIRP focuses on radiomics applications and supports computation of features for conventional
radiomics and image processing for deep-learning applications.

Why MIRP?
---------

In radiomics, image processing and feature computation are part of a larger workflow that also includes machine
learning. Python has some of the most commonly used machine learning packages, such *scikit-learn* and *pytorch*.
However, there was no Python package for image processing and feature computation that was fully compliant with the
IBSI reference standards -- i.e. a package whose output is reproducible by other IBSI-compliant software. MIRP fills
this gap.

Contact
-------
If you have any questions or run into issues, please visit the MIRP `GitHub repository <https://github
Expand Down

0 comments on commit 070ca92

Please sign in to comment.