How do I detect, count and measure the diameter of the bubbles in this image as accurately as possible?
6 views (last 30 days)
Show older comments
I have used the hough transform via imfindcircles , even after pre-processing the image using imtophat etc but I still can't get an accurate result.
0 Comments
Answers (1)
MathReallyWorks
on 25 May 2017
Hello Ashwin,
After detecting these bubbles use blob measurement in regionprops() and find out the features(i.e area and perimeter) of each blob. Use Diameter=4*area/perimeter for each blob.
Set threshold properly so as to get maximum accuracy.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!