Calculating volume from a photo

68 次查看(过去 30 天)
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