how do i label objects in an image which is quite unclear? When i make it bw, objects overlapping get labelled as a single object. I want to be able to call each object seperately.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
KG Srinidhi
il 4 Giu 2016
Commentato: Image Analyst
il 5 Giu 2016
It's a snapshot of a microchannel part of an experiment that I am working on. I want to find the number of bubbles and surface area of each bubble. Please Help
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/165669/image.jpeg)
0 Commenti
Risposta accettata
Ahmet Cecen
il 4 Giu 2016
Look up circular Hough transform.
https://en.wikipedia.org/wiki/Circle_Hough_Transform
0 Commenti
Più risposte (1)
Image Analyst
il 4 Giu 2016
Modificato: Image Analyst
il 4 Giu 2016
Do you mean like this:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/174415/image.png)
If so, then see the attached m-file, which will produce the image above.
You can also get the equivalent circular diameter as well as the area if you ask regionprops for 'EquivDiameter'.
If you want the filled area of the black rings, then that will require a slight modification. Let me know if you need that.
4 Commenti
Image Analyst
il 5 Giu 2016
Then you'll have to do it like I suggested by changing the threshold to <50, then using the steps detailed in Steve's blog to split apart bubbles that are touching.
Vedere anche
Categorie
Scopri di più su Image Segmentation and Analysis in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!