Skip to content

Automated cell counting system for confocal microscope images using image processing techniques. Analyzes DAPI-stained neuronal samples, extracts cell features, and exports data for biological research.

Notifications You must be signed in to change notification settings

eddy10957/ImageSegmentationForNucleiCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Image Segmentation For Nuclei Count

Cell Counting in Microscope Images

This project implements an automated cell counting system for confocal microscope images of neuronal cell samples. It uses various image processing techniques to identify and count individual cells. Key features include:

  1. Image preprocessing: Thresholding, morphological operations, and border clearing
  2. Cell segmentation: Distance transform and watershed algorithm
  3. Feature extraction: Measures properties like area, diameter, and intensity of identified cells
  4. Data analysis: Converts pixel measurements to micrometers and exports results to CSV

The script uses libraries such as OpenCV, NumPy, scikit-image, and pandas for image processing and data manipulation. It processes DAPI-stained images, focusing on the blue channel for nuclei detection.

This tool automates a crucial step in biological and medical research, providing quantitative data on cell populations in microscope images.

Gallery:

Opening Dilation Erosion
Unknow Regions Watershed Final Result

About

Automated cell counting system for confocal microscope images using image processing techniques. Analyzes DAPI-stained neuronal samples, extracts cell features, and exports data for biological research.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages