[Python] Convert from DICOM to PNG or CSV

Introduction

In order to create AI, it was necessary to convert MRI images from DICOM format to PNG format or CSV format. The number of cases is about 1700. The famous one is DICOM Cenverter, but it freezes when a large amount of DICOM is input. (Do I have to buy it for $ 199.99 ??) So, I wrote the code to convert DICOM to PNG format or CSV format using python.

The code and description can be found at here. [Python] Convert from DICOM to PNG or CSV

Recommended Posts

[Python] Convert from DICOM to PNG or CSV
[Python] How to convert db file to csv
[Python] Convert csv file delimiters to tab delimiters
Convert from PDF to CSV with pdfplumber
Convert psd file to png in Python
Convert from katakana to vowel kana [python]
Python> Output numbers from 1 to 100, 501 to 600> For csv
Convert HEIC files to PNG files with Python
Convert from Markdown to HTML in Python
[Python] Convert from NIFITI to PNG (COVID-19 [new coronavirus] CT example)
Convert DICOM to PNG with Ascending and Descending
Convert PDF to image (JPEG / PNG) with Python
Changes from Python 3.0 to Python 3.5
Changes from Python 2 to Python 3.0
Python from or import
Convert svg file to png / ico with Python
How to convert SVG to PDF and PNG [Python]
[Python] Convert PDF text to CSV page by page (2/24 postscript)
MessagePack-Call Python (or Python to Ruby) methods from Ruby using RPC
How to convert JSON file to CSV file with Python Pandas
How to convert Json file to CSV format or EXCEL format
Python script to create a JSON file from a CSV file
[python] Convert date to string
Post from Python to Slack
Convert numpy int64 to python int
[Python] Convert list to Pandas [Pandas]
Cheating from PHP to Python
Anaconda updated from 4.2.0 to 4.3.0 (python3.5 updated to python3.6)
Convert Scratch project to Python
[Python] Convert Shift_JIS to UTF-8
Switch from python2.7 to python3.6 (centos7)
Connect to sqlite from python
Write to csv with Python
Convert SDF to CSV quickly
Convert python 3.x code to python 2.x
Convert from Pandas DataFrame to System.Data.DataTable using Python for .NET
Notes on importing data from MySQL or CSV with Python
How to call Python or Julia from Ruby (experimental implementation)
Call Matlab from Python to optimize
Convert markdown to PDF in Python
[Python] Write to csv file with Python
Create folders from '01' to '12' with python
Post from python to facebook timeline
Output to csv file with Python
[Lambda] [Python] Post to Twitter from Lambda!
Workflow to convert formula (image) to python
Convert list to DataFrame with python
Python> list> Convert double list to single list
Convert from pdf to txt 2 [pyocr]
Connect to utf8mb4 database from python
Python (from first time to execution)
Post images from Python to Tumblr
[Python] Convert natural numbers to ordinal numbers
Convert decimal numbers to n-ary numbers [python]
How to access wikipedia from python
Python to switch from another language
How to convert from .mgz to .nii.gz
Python> tuple> Convert double tuple to single tuple
Did not change from Python 2 to 3
Update Python on Mac from 2 to 3
[Python] Convert CSV file uploaded to S3 to JSON file with AWS Lambda