Difficulties in Measuring the Contact Angle of a Sessile Droplet

andrewlee123
Messages
1
Reaction score
0
TL;DR
How can I determine the contact angle of a sessile droplet precisely from side-view photos? I'd also like some insights into issues about lighting, low-angle measurements, and ambient conditions.
I am studying the contact angle of a sessile droplet (water and alcohol mixtures) on both horizontal and inclined surfaces. I capture side-view images with a 24 MP Canon camera and analyze them with a CNN-based pipeline in Python. However, I have run into several issues:
  1. A 24 MP Canon seems to have enough resolution, but I still find it hard to determine the contour from side-view photos of the droplet, and therefore the contact angle, even after using CNN and other analysis tools in my Python code.
螢幕擷取畫面 2026-04-26 173332.webp
螢幕擷取畫面 2026-04-26 173808.webp
螢幕擷取畫面 2026-04-26 173823.webp

The first picture above shows the side view of the droplet, and I focus on analyzing the right contact angle, as illustrated in the second and third figures. However, I’m unsure which measurement approach is correct - specifically, how close the diagonal lines should be to the contour of the water droplet. Both methods seem reasonable. A similar issue came up when I tried to automate the analysis with code. I also used the image processed by CNN (Sobel operator), but it didn’t really improve the situation:
螢幕擷取畫面 2026-04-26 180157.webp

  1. Lighting problems: As shown above, different regions of the droplet show different colors. Under strong light, the center of the water droplet even appears noticeably darker than its surroundings. Also, I wonder whether a black background (including the table and the screen behind the droplet) is preferred.
螢幕擷取畫面 2026-04-26 180919.webp

  1. The contact angle is difficult to measure when it is too small (for an alcohol droplet or a water droplet that evaporates over roughly 7 hours). I understand this is a common technical bottleneck, and the usual solution is to use higher-resolution imaging, but my Canon camera is already the highest-resolution instrument available to me.
  2. Continuing to the dynamics inside the droplet (e.g., Marangoni flow and the coffee-ring effect), I tried applying fluorescent powder to track the flow of a binary solvent droplet. Unfortunately, the particles seem too heavy to follow the flow, and they tend to overlap or aggregate within the camera’s field of view.
Besides, are there cheaper alternatives to contact angle goniometers or tensiometers? I would like to somewhat automate my experiment and improve measurement accuracy by controlling ambient factors such as air humidity, temperature, and possibly pressure (though I’m not sure about this one), as well as other factors that might affect the contact angle.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K