Finding plug contact angle using image processing
이전 댓글 표시
I came across lot of codes available for finding contact angle of pendant drops. Can anyone please guide me to find contact angle for the configuration shown below? http://s8.postimage.org/wsvetl75x/Edge1.png
Thanks in advance
답변 (1개)
Image Analyst
2013년 1월 30일
0 개 추천
I have no idea what I'm looking at, and have no idea what is supposed to be measured in that image. What is a pendant? Something that hangs around something, like your neck? What is a plug? The blades at the end of a power cable that you plug into the wall? How would these be related to contact angle, like the angle a droplet of liquid has when it meets a surface?
댓글 수: 6
Vyas
2013년 1월 31일
Vyas
2013년 1월 31일
Image Analyst
2013년 1월 31일
Is that the best image you can get? It looks like it was binarized with an ineffective algorithm.
Vyas
2013년 1월 31일
Image Analyst
2013년 1월 31일
What I would try is to use imfindcircle() to find the circle part. Then find the intersection lines. Then knowing the equation of the circle, you can get the tangent to it where it intersects the top and bottom lines.
Vyas
2013년 2월 2일
카테고리
도움말 센터 및 File Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!