Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loli/medpy

Medical image processing in Python
https://github.com/loli/medpy

2d 3d 4d computed-tomography dicom feature-extraction graph-cut image-classification image-processing image-segmentation itk machine-learning magnetic-resonance-imaging medical medpy mha mhd nifti-format python simpleitk

Last synced: 3 months ago
JSON representation

Medical image processing in Python

Awesome Lists containing this project

README

        

[![PyPI version](https://badge.fury.io/py/MedPy.svg)](https://pypi.python.org/pypi/MedPy/)
[![anaconda version](https://anaconda.org/conda-forge/medpy/badges/version.svg)](https://anaconda.org/conda-forge/medpy)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/MedPy.svg)](https://pypi.python.org/pypi/MedPy/)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Downloads](https://pepy.tech/badge/medpy/month)](https://pepy.tech/project/medpy)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2565940.svg)](https://doi.org/10.5281/zenodo.2565940)

[GitHub](https://github.com/loli/medpy/) | [Documentation](http://loli.github.io/medpy/) | [Tutorials](http://loli.github.io/medpy/) | [Issue tracker](https://github.com/loli/medpy/issues)

# medpy - Medical Image Processing in Python

MedPy is an image processing library and collection of scripts targeted towards medical (i.e. high dimensional) image processing.

## Stable releases

- Download (stable release): https://pypi.python.org/pypi/medpy
- HTML documentation and installation instruction (stable release): http://loli.github.io/medpy/
- Download from [Conda-Forge](https://conda-forge.org): https://anaconda.org/conda-forge/medpy

## Development version

- Download (development version): https://github.com/loli/medpy
- HTML documentation and installation instruction (development version): create this from doc/ folder following instructions in contained README file

## Contribute

- Clone `master` branch from [github](https://github.com/loli/medpy)
- Install [pre-commit](https://pre-commit.com/) hooks or with `[dev,test]` extras
- Submit your change as a PR request

## Python 2 version

Python 2 is no longer supported. But you can still use the older releases `<=0.3.0`.

## Other links

- Issue tracker: https://github.com/loli/medpy/issues