danishm / mritopng

A simple python module to make it easy to batch convert DICOM files to PNG images.
MIT License
137 stars 48 forks source link

Add Ability to Apply Auto Contrast #14

Closed danishm closed 5 years ago

danishm commented 6 years ago

Goal

The library currently takes the raw values of the readings in the dicom file and simply scales it to be between 0..255.

We want to add the ability for mritopng to be able to enhance the contrast of a low contrast image as well.

danishm commented 6 years ago

Development of this is being tracked in https://github.com/danishm/mritopng/pull/15

danishm commented 5 years ago

The branch auto-contrast-2 now has a working implementation

danishm commented 5 years ago

This has been resolved