Calculate the distance between each crack through a reference point

asked 2020-07-18 23:33:53 -0600

arnoldman_66 gravatar image

I am doing a project where I have to get the coordinates of each cack detected through a respected axis. I have used the euclidean distance calculation of each contour from the left most edge of the video to the centroid crack and each crack detected in order to get a store the coordinates. Right now the coordinated are moving because it is detecting the coordinates of the camera instead of the bridge. Do you have any approaches on how to get the distance between the cracks without getting the coordinates of the camera.

edit retag flag offensive close merge delete

Comments

Right now the coordinated are moving because it is detecting the coordinates of the camera instead of the bridge

what bridge ?

can you try to explain all of it a little better ? example image ?

berak gravatar imageberak ( 2020-07-19 03:45:09 -0600 )edit

A video containing images of cracks which is used to simulate a bridge.

arnoldman_66 gravatar imagearnoldman_66 ( 2020-07-19 06:16:53 -0600 )edit