Metadata-Version: 2.1
Name: PyNucSeg
Version: 0.0.6
Summary: Segment fluorescent nucleus, and measure the area, and the mean intensity per nucleus.
Home-page: https://github.com/pganes/PyNucSeg
Author: Ganesh Pandey
Author-email: gpande3@uic.edu
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: stardist
Requires-Dist: napari
Requires-Dist: scikit-image
Requires-Dist: tensorflow
Provides-Extra: dev
Requires-Dist: pytest (>=3.7) ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'

# PyNucSeg
A python package for segmentation of fluorescent nucleus, and measure the area of nucleus and the mean intensity per nucleus. This package uses `stardist` (https://github.com/stardist/stardist) for segmentation, and `napari` (https://github.com/napari/napari) for visualization.

## Installation
Run the follwing to install:
```python
pip install pynucseg
```
## Import

```python
from pynucseg import ReferenceImage
```
