Automated Counting of Bacterial Colonies

버전 1.0.0.0 (175 KB) 작성자: Daniel Asarnow
A function to automate bacterial colony counting in images of plated agar in a Petri dish.
다운로드 수: 2.2K
업데이트 날짜: 2012/4/2

라이선스 보기

Provides colony_count.m to automate counting of bacterial colonies.

The approach is as follows:

1. Use Hough transform to locate Petri dish.
2. Threshold with Otsu's method.
3. Count colonies as regional maxima in the original image which are present in the segmentation.

David Young's circular Hough transform functions are required. They are available here:
http://www.mathworks.com/matlabcentral/fileexchange/26978-hough-transform-for-circles

Currently, a range of Petri dish radii is required as a parameter.

This program was originally developed for a Stack Overflow question found here: http://stackoverflow.com/questions/9954891/counting-colonies-on-a-petri-dish.

Future plans are to increase versatility by automating parameter selection and reducing sensitivity to experimental and imaging conditions (lighting, bright/dark field, media color). Features suggested in comments will be considered for addition.

인용 양식

Daniel Asarnow (2024). Automated Counting of Bacterial Colonies (https://www.mathworks.com/matlabcentral/fileexchange/35943-automated-counting-of-bacterial-colonies), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Biomedical Imaging에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0