evaluate diameter of moving bubbles
이전 댓글 표시
i'd like to measure the diameter of one or more moving bubbles. there's someone that already tried it? furthermore i'd like to Know the position of the center of a circular shape approximating the bubble.
댓글 수: 2
Sven
2011년 11월 23일
What is your question? Be specific.
Yes, I tried measuring the diameter of moving bubbles once when I was on the beach... but I don't think that helps you.
Walter Roberson
2011년 11월 23일
It isn't clear to me that "diameter" of a bubble is a meaningful measurement. For example, how does one measure the "diameter" of the bubble shown at http://www.worldslargestbubble.com/gwr.html ?
답변 (3개)
Hin Kwan Wong
2011년 11월 23일
0 개 추천
What's the acquisition device? From a 2D image or 3D model?
If you have good image processing so that the bubble is a silhouette or a 3D model
Then you can use data processing to find out the total area (for 2D) or volume (for 3D). This is then compared to the circle formula or sphere volume formula to find a equivalent diameter and translate it to real world units base on the image acquisition device
Image Analyst
2011년 11월 23일
0 개 추천
Where did you post your image? You did post it somewhere before you asked here, didn't you??? Otherwise all I can say is to use image processing, or try out my BlobsDemo where I find the diameter of coins: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
Sean de Wolski
2011년 11월 23일
doc regionprops
to find the center.
카테고리
도움말 센터 및 File Exchange에서 Image Data Acquisition에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!