How do I detect, count and measure the diameter of the bubbles in this image as accurately as possible?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
MathReallyWorks
el 25 de Mayo de 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.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!