Metadata-Version: 2.1
Name: flyem_segmentation_pipeline
Version: 1.2
Summary: A package based on traditional segmentation algorithms used to segment a fly retina images.
Home-page: https://github.com/kshvr16/CS410_FlyEM_PyPi
Author: Sai Harshavardhan Reddy Kona
Author-email: s.kona001@umb.edu
License: MIT
Project-URL: Bug Tracker, https://github.com/kshvr16/CS410_FlyEM_PyPI/issues
Keywords: medical image,medical image segmentation,fly retina images,electron microscopy images
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# CS410_FlyEM_PyPi
This repository hosts the segmentation pipeline to segment fly retina images using traditional segmentation algorithms.


## Authors

* [Prof. Daniel Haehn](https://github.com/haehn)
* [Sai Harshavardhan Reddy Kona](https://github.com/kshvr16)
* [Nikhila Yadav Lankela](https://github.com/Nikhila1003)
* [Varshitha Hantur Dinakar](https://github.com/varshi-123)
* [Varuni Manjunath](https://github.com/Varunii)
* [Kiran Sandilya](https://github.com/Kiransandilya)
* [Kunal Jain](https://github.com/jainkhere)


## Package Installation

Install this python package by executing the following command.
```bash
  pip install flyem_segmentation_pipeline
```


## Required Python packages

* [numpy](https://pypi.org/project/numpy/)
* [mahotas](https://pypi.org/project/mahotas/)
* [matplotlib](https://pypi.org/project/matplotlib/)
* [scikit-image](https://pypi.org/project/scikit-image/)
