Calculating volume from a photo

조회 수: 69 (최근 30일)
kkk
kkk 2014년 10월 6일
댓글: Image Analyst 2014년 10월 6일
Hi! I want to ask is there a way to calculate the volume of wine inside the wine glass like in this photo? Or do I need more photos of this wine glass from different perspectives?

채택된 답변

Image Analyst
Image Analyst 2014년 10월 6일
We can't see your photo. But if you assume the glass is round, and if you've calibrated spatially, then you should be able to calculate approximate volume. You may need to throw in a small fudge factor to account for the refraction near the edges. To do that you could fill the glass with known volumes, then measure the area in pixels and calculate the volume. Prepare a function to transform the pixel volume into an actual volume in milliliters.
  댓글 수: 4
José-Luis
José-Luis 2014년 10월 6일
편집: José-Luis 2014년 10월 6일
I'm curious. How would something of known size help if you don't know the depth of field? Wouldn't you need both its size and position relative to the glass and camera? It is relatively easy to make perspectives lie.
Image Analyst
Image Analyst 2014년 10월 6일
If you put a ruler at the same plane as the glass, and assume the glass is round, and assume the vanishing point issue is minimal over the range of camera distances we're dealing with (from front to back of the glass), then you can get the width at each row and convert it to a volume of a disc with V = (lineSpacing)*pi*Diameter^2/4. Then do that for every line in the wine to get a rough volume. Of course if you have an angle view so that you're seeing the top surface of the glass, it gets a lot more complicated - not so straightforward as if you have a perfectly perpendicular viewpoint. That's why I said to calibrate by getting a transfer function of true volume vs. pixel area.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by