Effacer les filtres
Effacer les filtres

How do I measure a distance between a

89 vues (au cours des 30 derniers jours)
Gergana Petrova
Gergana Petrova le 19 Fév 2018
I want to measure the distance between cyclist passing another cyclist by photo

Réponse acceptée

javad ebrahimi
javad ebrahimi le 19 Fév 2018
Modifié(e) : javad ebrahimi le 19 Fév 2018
  • 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 commentaire
Gergana Petrova
Gergana Petrova le 19 Fév 2018
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.

Connectez-vous pour commenter.

Plus de réponses (1)

javad ebrahimi
javad ebrahimi le 24 Fév 2018
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')

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by