How do I measure a distance between a

89 次查看(过去 30 天)
I want to measure the distance between cyclist passing another cyclist by photo

采纳的回答

javad ebrahimi
javad ebrahimi 2018-2-19
编辑:javad ebrahimi 2018-2-19
  • Display an image in the Image Viewer.
imtool('moon.tif')
  • Click the Distance tool button in the Image Viewer toolbar or select Measure Distance from the Tools menu. The Distance tool allows you to measure distance with a click-and-drag approach. When you move the pointer over the image, the pointer changes to cross hairs . Position the cross hairs at the beginning of the region you wish to measure, hold down the mouse button, drag the cross hairs to the end of the region, and release the button.
  • The Distance tool displays the Euclidean distance between the two endpoints of the line in a label superimposed over the line. The tool specifies the distance in data units determined by the XData and YData properties, which is pixels, by default.
  1 个评论
Gergana Petrova
Gergana Petrova 2018-2-19
Hi, thank you, but I want to know the real distance between two dynamic objects and I thought the distance between the camera and those objects must be taken into account.

请先登录,再进行评论。

更多回答(1 个)

javad ebrahimi
javad ebrahimi 2018-2-24
Hi,I believe that you should have the amount of road width and by using it And according to the following, you can calculate the horizontal distance of two cyclists
Dist/DistOnpic=youranswere/RealDist
Dist and DistOnpic Measured with
imtool('moon.tif')

类别

Help CenterFile Exchange 中查找有关 Point Cloud Processing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by