A python library for medical image computer vision.
Project description
medvision is an open source python library for medical computer vision.
Installation
Install dependencies
$ conda install -c conda-forge gdcm
Install medvision
$ git clone git@github.com:kyle0x54/medvision.git
$ cd medvision
$ pip install -r requirements.txt
$ pip install -e .
Try your first medvision program
$ python
>>> import medvision as mv
>>> mv.isdicom('001.dcm')
True
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
medvision-0.8.7.tar.gz
(30.0 kB
view hashes)