How do I detect, count and measure the diameter of the bubbles in this image as accurately as possible?
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
MathReallyWorks
il 25 Mag 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.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!