Metadata-Version: 2.1
Name: npc-analyze-image
Version: 1.0.1
Summary: A Python package to assist in performing image analysis on Neural Progenitor Cells (NPCS).
Home-page: https://github.com/Anhardy1999/NPC_Image_Analysis
Author: Ashley Hardy
Author-email: ahardy.contact@gmail.com
Project-URL: Bug Tracker, https://github.com/Anhardy1999/NPC_Image_Analysis/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# NPC Image Analysis

A Python package to assist in performing image analysis on Neural Progenitor Cells (NPCS).  In particular, it was made to answer the specific question of analyzing the radial process of the cells. This application aims to allow you to use a default implementation to get you started, but also allows the user to customize the analysis process.

![1](https://user-images.githubusercontent.com/96258085/169920909-2001e637-31bf-44ca-afc6-cbf81f0f8dfd.jpg)


**NPC Analysis** aims to bridge the gap between those who want to perform image analysis but are less technical and are blocked by complicated and lengthy python code documentation.  This provides a simple GUI for users to perform image analysis, specifically on the radial process of Neural Progenitor Cells. However, this application can likely be used for any analysis that requires the inital use of a mask to limit the analysis to a specific region. 

NPC Image Analysis utilizes skimage's image processing tools as well as napari for viewing the images in 3D.
