Metadata-Version: 2.0
Name: Medimgpy
Version: 0.0.7
Summary: A friendly Medical Image Processing Library using Python.
Home-page: https://github.com/DlutMedimgGroup/MedImg_Py_Library
Author: KissAndRun
Author-email: taohaihan@outlook.com
License: MIT
Description-Content-Type: text/markdown
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Requires-Dist: Pillow
Requires-Dist: SimpleITK


# MedImg_Py_Library
> A friendly Medical Image Processing Library using Python

![](https://i.postimg.cc/0jwBLjQB/origin.jpg)
![](https://i.postimg.cc/mDqnXCb9/after.jpg)

Since the library is designed to help users process medical images easilier rather than create new ways to process them, we've written with reference to some existing open source libraries and some examples online.

## Download Source

OS X & Linux & Windows:

```sh
git clone https://github.com/DlutMedimgGroup/MedImg_Py_Library.git
```

## Dependencies

**MedImg_Py_Library** has the following required dependencies:

1. **python** v3.6 or higher
2. **SimpleITK** v1.1.0 or higher
3. **PyMesh** v0.2.1 or higher
4. **Numpy** v1.14.5 or higher
5. **Matplotlib** v2.2.2 or higher

## Usage example

A few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots.

## Documents

[Documents][documents]

## Contributing

1. Fork it (<https://github.com/DlutMedimgGroup/MedImg_Py_Library.git>)
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request


<!-- Markdown link & img dfn's -->

[documents]:<https://github.com/DlutMedimgGroup/MedImg_Py_Library.git>


