Metadata-Version: 2.1
Name: AutoCellDetect
Version: 0.1.0
Summary: Automatic Cell Detection for Microscopic Images
Author: Kathleen De Key
Author-email: kkey35@gatech.edu
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: cv2
Requires-Dist: numpy

# Automatic Cell Detection

AutoCellDetect is a library for automatically identifying and characterizing cells for microscopic or AFM images. 

## Key Features
* Automatically detects cells in an image or cells next to red labels
* Annotate and save image file with identified cells
* Find cell characteristics: center, average diameter, perimeter, area, aspect ratio, circularity, cell intensity etc
* Outputs cell characteristics on an excel file
* Find resize factor based on an image

## Installation

Use package manager pip to install
```bash
pip install autoCellDetect
```
