A python library for medical image computer vision.
Project description
Medvision is an open source python library for medical computer vision.
Installation
Install from pypi
$ pip install medvision
Install from source
$ git clone git@github.com:kyle0x54/medvision.git
$ cd medvision
$ python setup.py build_ext --inplace
$ pip install .
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.0.tar.gz
(84.2 kB
view hashes)