Single-view metrology deals with measuring lengths in the real world using images. If we have a Projective Transformation from world to image plane, we can directly translate pixels to world coordinates. However, we can also use geometry.
Cross Ratio
Note that ratios arenโt preserved by projections, as demonstrated in the figure below.
However, cross ratios, defined as
are preserved. Thus, in the diagram below,
Furthermore, if a point
Transferring Measurements
In an image, we can compute all lengths between points. If weโre given some measurements in the world, we can solve the cross ratios equality above for a single variable to compute all measurements in the world.
Conversely, an interesting application of the cross ratio is using measurements from the world to find the vanishing pointโs projection in the image. This is an alternative method for finding vanishing points that doesnโt require parallel lines.