Detecting and Calculating the droplet diameter in an image with Low contrast
8 ビュー (過去 30 日間)
古いコメントを表示
Hi
Is there a way to detect the droplets in the attached image and draw a boundary around them with an acceptable accuracy?
My final purpose is to find the diameter of each droplet so that I can calculate the distributions of droplet size.
I have tried to use watershed cutting and imfindcircle, but the effect is not ideal.
Thank you for your help.
2 件のコメント
KALYAN ACHARJYA
2021 年 3 月 1 日
You can try with other color models. I got this by simply thresholding in the hsv color space.
回答 (1 件)
Swetha Polemoni
2021 年 3 月 29 日
Hi
It is my ynderstanding that you want to find the diameter of the circles/droplets in the image. You can do it using regionprops .
Here is an example for understanding the estimation of radii and centroid of circular object in an image.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Segmentation and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!