How do I measure distances in an image?
- by Ram Bhat
Let's say we have an image like so
Let's say we've already used filters and an edge detection algorithm in this pic. Now my goal is to measure distances (NOT actual distances, distance can be in any arbitrary unit) .
eg: How do I find the length of the hall? (until the window)
Or the height of the bookshelves? How exactly do you place the "scale" and measure. I'm looking for ideas. However it would help if the answers were in terms of OpenCV.