How do I detect, count and measure the diameter of the bubbles in this image as accurately as possible?
4 ビュー (過去 30 日間)
古いコメントを表示
I have used the hough transform via imfindcircles , even after pre-processing the image using imtophat etc but I still can't get an accurate result.
0 件のコメント
回答 (1 件)
MathReallyWorks
2017 年 5 月 25 日
Hello Ashwin,
After detecting these bubbles use blob measurement in regionprops() and find out the features(i.e area and perimeter) of each blob. Use Diameter=4*area/perimeter for each blob.
Set threshold properly so as to get maximum accuracy.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!