Download GNU SW and tools
Software available on GitHub
1 ) DicomVisualizer is a simple DICOM file visualizer based on Python. It can visualize a single slide or a sequence by simply indicating the DIR. The code is written in Python 3. It is particularly useful for Radiomics operations, segmentation, and related tasks.
2) Matrix is a class that implements a set of operations on matrices useful to manipulate MRI images converted from DICOM format into bidimensional arrays. The code is written in Python 3 and is an alternative to other libraries. The reference book is F. Odetti, M. Raimondo, "Elementi di Algebra Lineare," ECIG - ISBN -88-7545-480-9.
3) SkullStripping is a Python routine that enables direct processing of brain DICOM RMN data. The code is written in Python 3. It is particularly useful for Radiomics operations, segmentation, and related tasks.