/umtk

Primary LanguagePythonApache License 2.0Apache-2.0

umtk is an open source python library for medical image processing.

Installation

Install umtk

$ git clone git@github.com:kyle0x54/umtk.git
$ cd umtk
$ pip install -e .

Try your first umtk program

>>> import umtk
>>> umtk.isdicom('001.dcm')
True

License

Apache License 2.0