How do I run colonycount to count bacterial colonies?
7 views (last 30 days)
Show older comments
I recently downloaded the latest version of Matlab; however, I have never used Matlab previously. I found out that Matlab is able to count the colonies of bacteria samples in a petri dish, but I do not know 1) where to find the already available program within Matlab, and 2) how to execute it once I have it available? Any help would be greatly appreciated. Thanks.
4 Comments
John D'Errico
on 23 Sep 2015
Hmm. You stated in your question that you have downloaded the latest version of MATLAB. In your comment, you state that you have an older release. Only ONE of these statements can be true. Which is it?
Answers (3)
Walter Roberson
on 23 Sep 2015
7 Comments
Walter Roberson
on 26 Sep 2015
You need to pass the image content rather than the name, and you need to pass a range of radii.
sukumar thirugnanm
on 4 Mar 2019
??? Error: File: circle_houghpeaks.m Line: 113 Column: 11
Expression or statement is incorrect--possibly unbalanced (, {, or [.
Error in ==> colony_count at 58
peaks = circle_houghpeaks(h, radii, 'npeaks', 10); % Pick top 10 circles.
Error in ==> colony_count_demo at 15
[count,markers,mask] = colony_count(I,radii);
Anybody correct this code
0 Comments
changsong
on 18 Mar 2022
I know an android app can do it named CountThings By Camera
you can download try it
download url https://play.google.com/store/apps/details?id=cn.movingshop.counting.global


0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!