Tpool1 / dcm_npy_loader

Convert a directory of DICOM images to a consolidated NumPy array

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dcm_npy_loader

Have a directory of Dicom images? Want them in a single NumPy array with their corresponding IDs? Use this fast solution.

This tool only works for images in Dicom (.dcm) format and directly converts them to a NumPy array without a format such as JPEG in order to avoid image compression.

About

Convert a directory of DICOM images to a consolidated NumPy array

License:MIT License


Languages

Language:Python 100.0%