Detecting and Calculating the droplet diameter in an image with Low contrast

조회 수: 26 (최근 30일)
Yabin Niu
Yabin Niu 2021년 3월 1일
답변: Swetha Polemoni 2021년 3월 29일
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
KALYAN ACHARJYA 2021년 3월 1일
You can try with other color models. I got this by simply thresholding in the hsv color space.
Yabin Niu
Yabin Niu 2021년 3월 2일
Thank you, Sir. I have got a good binary graph through image preprocessing. However, how to realize the perfect circle recognition and diameter statistics on the basis of binary graphics? I have tried to use watershed cutting and imfindcircle, but the current results are not ideal.

댓글을 달려면 로그인하십시오.

답변 (1개)

Swetha Polemoni
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.

카테고리

Help CenterFile Exchange에서 Polymers & Soft Matter에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by