Drop size distribution and surface coverage by MATLAB
Afficher commentaires plus anciens
Dear image analyst, I am doing drop condensation experiment on superhydrophobic surfaces. I would like to get plot total number of drops vs. drop diameter curve (an example of such plot is attached). Also, I would like to calculate surface coverage (i.e., ratio of area covered by drop to total area). Can anyone help me please to develope the code and complete the atatched m file. So far, I can not get a perfect binary image to detect circles. Is there any way to improve the binary image from this original image? I shall highly appreciate your cooperation.
1 commentaire
JUBAIR AHMED SHAMIM
le 10 Mar 2023
Réponses (1)
Image Analyst
le 11 Mar 2023
0 votes
That's a tough one. I'd try to see if you can get a better image. Try different lighting, different geometry, different background, etc. See if you can have different density so that the bubbles don't overlap. Maybe try polarizers. Maybe you can send the fluid through a small transparent tube so that there is just one bubble at a time passing through and then compute the volume between the menisci.
2 commentaires
JUBAIR AHMED SHAMIM
le 11 Mar 2023
Modifié(e) : JUBAIR AHMED SHAMIM
le 11 Mar 2023
Image Analyst
le 11 Mar 2023
Well of course. Once you have a binary image it's trivial:
props = regionprops(mask, 'EquivDiameter');
but the problem is getting the binary image. I don't see an easy solution but you can search the literature:
https://www.google.com/search?hl=En&as_sitesearch=www.visionbib.com%2F&bthG=Google%2BSearch&q=bubble
for published papers on bubble detection.
Catégories
En savoir plus sur Earth and Planetary Science dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!